rigox2002 Posted May 9, 2012 Share Posted May 9, 2012 hello, I need help getting my link in my header menu link to change to a different color when you hover over the link with the cursor. here is a copy of my css file can anyone tell me if i am doing something wrong? thanks for the help /* ——— blockpermanentlinks-header.tpl ——— */ ul#header_links {position:absolute;left:30px;top:180px;} ul#header_links li {float:left;margin:0 30px 0 0;} ul#header_links li a {font:normal 12px "Tahoma";text-decoration:none;color:#fff;text-transform:uppercase;} ul#header_links li a:hover, ul#header_links li a.active {color:#2fb1d0;} Link to comment Share on other sites More sharing options...
Dh42 Posted May 9, 2012 Share Posted May 9, 2012 try a:hover instead of active. active is for when you are on the page the link is pointing to. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now