hover on horizontal menu

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
smiley
New Member
New Member
Posts: 9
Joined: Wed Feb 06, 2008 11:22 am

hover on horizontal menu

Post by smiley »

I use css horizontal menu

how can i put hover colour on second level menu?
Hannibal
Forum Members
Forum Members
Posts: 74
Joined: Wed Nov 05, 2008 5:47 pm

Re: hover on horizontal menu

Post by Hannibal »

I used this code:

Code: Select all

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none;
   background-color: #FFFFFF
}
Is this what you're after? (http://www.fbtvonline.co.uk/index.php?page=news)
Post Reply

Return to “Layout and Design (CSS & HTML)”