views:

303

answers:

1

I've built a suckerfish navigation. It seems to work fine in modern browser but it's hiding behind the content when viewed in ie7 and ie6.

another issue i notice across all browser is the hover state i've applied to the parent link item disappears when my mouse moves down to the secondary nav, is there a way to keep the active state on when i'm scrolling down the secondary nav list?

any help would be much appreciated.

example code here: http://oonagi.org/suckerfish/

A: 

You probably need to set the css z-index property for your menus to ensure they are above the rest of the content.

rikh
already have. still hiding though.
caleb