How to change underline color without changing text color
dougmcc1
8:37 pm on Oct 4, 2003 (gmt 0)
How do you change the color of only the underline on links? I don't want to change the color of the text, just the color of the underline.
Thanks.
SuzyUK
9:39 pm on Oct 4, 2003 (gmt 0)
No can do on the underline property.. the color referred to is the foreground color.. and you cannot specify different foreground colors on the same element (text & text decoration are the same, they are both foreground properties)
however if you remove text-decoration and do it with a bottom border instead then you should be able to specify different colours that way...
Suzy
aevea
9:57 pm on Oct 4, 2003 (gmt 0)
You can do it by using border-bottom on your links instead of text-decoration: