PDA

View Full Version : Css Links


imported_Blindchild02
09-02-2004, 10:06 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

defi
09-03-2004, 02:37 AM
Problem resolved :)