Jump to content

Cursor hover color change


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...