Probably z-index issue with IE7

Created on 16 June 2011, over 13 years ago
Updated 2 May 2024, 7 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.

  • πŸ‡ΊπŸ‡¦Ukraine AstonVictor

    I'm closing it because the issue was created a long time ago without any further steps.

    if you still need it then raise a new one.
    thanks

Production build 0.71.5 2024