Please help! Simple CSS not working.
Posted: Mon Jun 11, 2007 8:37 am
I can't seem to get the links to change color (to brown) and have no underline until hover....
I've tried both ids and classes.
I've tried both ids and classes.
Code: Select all
#page a:link {text-decoration: none; color:#663300; font-weight:bold;}
#page a:visited {text-decoration: none; color:#663300; font-weight:bold;}
#page a:active {text-decoration: none; color:#663300; font-weight:bold;}
#page a:hover {text-decoration: none; color:#663300; font-weight:bold;}Code: Select all
<a href="/" class="page" id="page">Home</a>