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:)
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:)