Click to See Complete Forum and Search --> : Frameborders...
Zeena
09-01-2003, 06:02 AM
Hello...
I am using frames on my site...
But I cant figure out how to get the frameborders just a black 1px line or dotted line...
Could I use CCS style for this...?
Could anyone learn my more about this...
THX
hammerslane
09-01-2003, 09:02 AM
<frameset rows=30%,* bordercolor=red BORDER=0 SPACING=1 FRAMEBORDER=1 FRAMESPACING=1 MARGINWIDTH=0
MARGINHEIGHT=0 >
<frame src=page.html BORDER=0 SPACING=0 FRAMEBORDER=0 FRAMESPACING=0 MARGINWIDTH=0
MARGINHEIGHT=0 >
<frame src=otherpage.html BORDER=0 SPACING=0 FRAMEBORDER=0 FRAMESPACING=0 MARGINWIDTH=0
MARGINHEIGHT=0>
</frameset>
sometimes in IE, you have to refresh the page twice before it shows the 1pixel thick line
i've no idea how to do a dotted line..
PeOfEo
09-01-2003, 10:02 AM
style="border: 1px dotted black" Thats the css you can also use dashed and solid instead of that word dotted