View Full Version : links...
cowax
April 23rd, 2001, 18:29
Can anyone tell me how to change the color of the underline underneath a link using css? Kinda like http://www.forumco.com/demo/topic.asp?TOPIC_ID=84&FORUM_ID=4&CAT_ID=1&Topic_Title=%A4%BF%A4&Forum_Title=2%2E+General+Discussion%2E under Mercurius
gyrbo
April 24th, 2001, 12:08
I did that by accident. It's verry easy: first use something like
a {color: black, text-decoration: none}
a.sec {color:white}and than in a link: <a class="sec" href="..
That should work.
RedHat
April 24th, 2001, 15:08
actualy I think cowax means that he only wants to change the color of the line under the text ...
but I don't think that's possible with such an easy CSS-style
gyrbo
April 24th, 2001, 15:18
It should: I made an error, now it should work
a {color: black, text-decoration: none}
a.sec {color:white, text-decoration: underline}
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.