• So I am using a theme that supports subpage menus, and I have the Dynamic Content Gallery plugin directly below my navigation.

    The sub pages in the navigation menus come up behind the dynamic content gallery.

    Ive searched all over and tried every different combination using z-index in css and cant seem to fix it. Any tips?

    Check out my site at Jossles.com.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • I had a similar bug in IE that I fixed by:

    #content {
    position: relative;
    z-index: -1;
    }

    You need to have a positioned element for the z-index to work. I found it easier to move the content down the stack because of the bug in IE.

Viewing 1 replies (of 1 total)
  • The topic ‘Navigation Sub-Menus Behind Dynamic Content Gallery’ is closed to new replies.