Active links CSS for horizontal menu in Hewahoo te

Create music content based Joomla website with this professional and cutting edge template created for Joomla 1.5
GK User
Sat Feb 20, 2010 5:20 pm
I'm trying to make the active links in the horizontal menu a different color but even when I type the following css, nothing gets changed. is there something else that needs to be changed?

Thanks!

Code: Select all
div#horiz-menu a:active { color:#000000; }
User avatar
Fresh Boarder

GK User
Sun Feb 21, 2010 4:01 am
did you want to style active items in menu or link behaviour known as pseudoclass :active ?
User avatar
Administrator

GK User
Sun Feb 21, 2010 8:48 am
i just want to style the menu links so that it is a different color when that page link is active ...
User avatar
Fresh Boarder

GK User
Sun Feb 21, 2010 7:10 pm
Hi

For example, for the first level:

Code: Select all
#horiz-menu ul li.active{
background: #000;
}
#horiz-menu ul li.active a span{
color: #fff;
}


Cheers ;)
User avatar
Platinum Boarder

GK User
Sun Feb 21, 2010 8:01 pm
thanks :)
User avatar
Fresh Boarder


cron