Click to See Complete Forum and Search --> : Inline Frames
I was using Microsoft FrontPage and I inserted an inline frame and then right-clicked and went to the properties and set the border to 1px blue and it displayed right in the page editing window but then when I viewed the page it just had a border around the iframe. Is there a javascript or css code I could use to make it so the iframe has a border of 1px blue and not just a border around it? Is it possible to have borders on iframes?
Khalid Ali
07-02-2003, 10:44 AM
yes,use css
style="border:1px solid green;"
khaki
07-02-2003, 10:47 AM
hi Mikey...
go see the monkey :
http://hotwired.lycos.com/webmonkey/96/37/index2a_page4.html?tw=authoring
;) k
EDIT:
whoopsidaises...
that's the wrong bookmark (that's html style).
Hold-on... I have a css bookmark that lists all of the style options for that.
Try to amuse yourself while i look :)
okay...
this one really gives you the border options :
http://www.w3schools.com/css/css_border.asp
(sorry 'bout that :) )
Thanks everybody. :D I have another question thats sorta on the same level so I didn't wanna start a new thred. I have tried in the past to have borders on drop-down menu boxes but have not succeded. Is it possible to have borders on drop-down menu boxes? Thanks in advance. :)