Results 1 to 2 of 2

Thread: DD Tab Menu II Overlay Image Visible

  1. #1
    Join Date
    Dec 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DD Tab Menu II Overlay Image Visible

    1) Script Title: DD Tab Menu II

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ddtabmenu2.htm

    3) Describe problem: When I rollover the tabs in IE, the 2nd layer menu opens, but any images underneath are visible, with text hidden. In FF the reverse happens, images are covered and text shows through.

    I also have alignment issues in FF with the tabs.

    Any help would be greatly appreciated.

    Code can be found here:

    http://www.cyclefg-dev.com/dev/

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Have you tried the z-index?
    Code:
    .tabcontent {
    display:none;
    z-index:100;
    }
    You then have to make sure the z-index of the text in the body is lower.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •