Log in

View Full Version : Css Links


Blindchild02
09-02-2004, 05:01 PM
How do i make links in the header a different color
than the normal link color? :S

im sure its with CSS....

<style type="text/css">
<!--
a:link {color: #000000; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }
-->
</style>



i did this, is there a way i could make it only for the header links?
and not just the whole thing?

Because when i did this... it went down into the forumhome

Dean C
09-02-2004, 06:34 PM
I've already had to remove one of your vBulletin questions into this forum today. Please post questions about vBulletin and modifying it in here in future :)

Blindchild02
09-02-2004, 07:04 PM
:\ sorry dude.
i thought this would go with something else. i apologize

do u know how to do this? :D