I have a fixed header div and a fixed side bar div on a web page. A shadow extends past the height of the menu. When the menu shadow overlaps the links, they are only partially hoverable. I’ve not find a way to change the z-index of the links. Can someone help me?
Example:
http://jsfiddle.net/Kf6Fw/2/
One way of solving it is to add another div, #top-wrap, around #top
So you can set the that with a lower z-index than that of #menu_all