Probably z-index issue with IE7

Created on 16 June 2011, about 13 years ago
Updated 2 May 2024, about 2 months ago

In IE7, only the top part of the menu shows up. After the "header" div is closed, and the "content" div starts, the content makes the menu invisible (see attached images).

Update: Fixed it by adding the following to ie7.css (zen-subtheme):

#page-wrapper {
    position: relative;
}
#navigation {
    position: relative;
    z-index: 2;
}
πŸ› Bug report
Status

Closed: outdated

Component

Browser Compat

Created by

πŸ‡ΊπŸ‡ΈUnited States ursula

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024