CSS

Drop down menus behind content in IE7

Symptom: Dropdown menus appear behind content in the div below even if z index is set higher. Conditions: CSS based dropdown menus viewed in IE7 Solution: This occurs when the div containing the menu is separate from the div containing the content below. IE7 resets the z index for the separate divs. Adding “position: relative;”…

Read More