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 Worked for me in both. I dunno, maybe you could post a link. Something else could be causing it.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 ?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.Try replacing "crimson" with the appropriate hex color code.
what ever i do the border stays 1px it does work in ie doh Worked for me in both. I dunno, maybe you could post a link. Something else could be causing it.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 ?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.Try replacing "crimson" with the appropriate hex color code.