Results 1 to 2 of 2

Thread: css problem

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

    Default css problem

    Hello

    I have a problem with CSS in http://rh-wunderman.com/wunderweb/interactive2.html

    There is a menu and a Image Gallery. In Firefox works ok, but in Internet Explorer 6 and 7 the menu appears below the image gallery.

    What could be the issue? I have tried many thing, but haven`t found the solution

    Thanks

    DD links

    http://www.dynamicdrive.com/dynamici...smoothmenu.htm
    http://www.dynamicdrive.com/dynamici...plegallery.htm
    Ricardo

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Looks like a CSS z-index issue. Try giving the outermost container for the menu a higher z-index value than that for the outermost container of Simple Gallery:

    Code:
    <div id="smoothmenu1" class="ddsmoothmenu" style="z-index:100">
    "
    "
    </div>
    and:

    Code:
    <div id="simplegallery1" style="z-index:101"></div>
    BTW, please note that your page is currently in violation of our usage terms, since the credit notice doesn't appear inline on the page. Please reinstate the credit notice: http://www.dynamicdrive.com/notice.htm
    DD Admin

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
  •