Click to See Complete Forum and Search --> : border-bottom:10px solid crimson;


gert cuykens
12-30-2004, 07:33 AM
Is it just me or does border-bottom:10px solid crimson; not work with firefox 1.0 ?

what ever i do the border stays 1px it does work in ie doh :D

wamboid
12-30-2004, 08:15 AM
Worked for me in both. I dunno, maybe you could post a link. Something else could be causing it.

gert cuykens
12-30-2004, 08:25 AM
span.link {TEXT-DECORATION:none;
font-family:monospace;
font-weight:bold;
FONT-SIZE:16px;
COLOR:#564b47;
border-top:2px solid crimson;
border-bottom:2px solid crimson;}

i found out why, it is the fontsize that makes the border look like a 1px because the border seem to be behind the font. How do i fix that ?

wamboid
12-30-2004, 12:37 PM
Now I'm really confused. I added your code to test it, and it works for me in firefox, but I get no bottom border in ie. I'll have to experiment more later.

ray326
12-30-2004, 04:29 PM
Try replacing "crimson" with the appropriate hex color code.