Log in

View Full Version : jquery css multi level css #2



thanweb
01-12-2010, 10:46 AM
FYI:

I spent a little while trying to get the hover state to work on sub menus with no luck until i realised there is an error in the css provided...

here...

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

(there is a 'z' at the end of .jqueryslidemenu which should be removed)

:-)

N.B.

I was not able to comment on the page where this tutorial is so have posted here for those who may have been experiencing the same issue:)

thanweb
01-12-2010, 11:53 AM
there is also another error....

the 'color' has been declared twice here...

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}