Jump to content
Sign in to follow this  
cas45

Custom navigation rollovers

Recommended Posts

cas45

On my site http://sandboxes.kashmirhouston.com/sandbox7/ I currently have navigation where the first element has three states. #site #menu-item-87 a{ background: url(images/nav-sprites.jpg) no-repeat 0 0; } #site #menu-item-87.current-menu-parent a{ background: url(images/nav-sprites.jpg) no-repeat 0 -136px; } #site #menu-item-87 a:hover{ background: url(images/nav-sprites.jpg) no-repeat 0 -68px; } This all works great. What I need now is the hover state to remain active when your cursor slides down over the sub-nav below. Can I get some help with the CSS please. When it is done I want it to function like the static HTML version I built here http://www.maidenkanadah.com/

Share this post


Link to post
Share on other sites
cas45

It took some rewriting of my CSS but I got it working. Thanks Catrina

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×