Post by Emmanuel » Sun Jan 25, 2009 5:50 am

Hi everyone,
How can I add a a:hover state to the links in the category and information menu?

I added this bit of css to the default.css file but it didn't work?

Code: Select all

.categories a:hover {
	text-decoration:underline;
}

.information a:hover{
    text-decoration:underline;
}
I think there is something else that is having precedence over this styling??

But I can't find much???

you can see the site at: http://shop.highwoodhealth.org
Last edited by Emmanuel on Sun Jan 25, 2009 5:51 am, edited 1 time in total.

New member

Posts

Joined
Thu Oct 02, 2008 2:46 pm

Post by Qphoria » Sun Jan 25, 2009 7:17 am

Code: Select all

.box .category a:hover {
	text-decoration: underline;
}

box .information a:hover{
    text-decoration:underline;
}

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Emmanuel » Sun Jan 25, 2009 7:20 am

AHA!!!  ;D

that works great!!

Thanks so much for your wonderful help and support!!!

New member

Posts

Joined
Thu Oct 02, 2008 2:46 pm
Who is online

Users browsing this forum: No registered users and 30 guests