IE Drop Down Menu Bug

Discussion in 'CSS' started by geniusrohit, Feb 19, 2009.

  1. #1
    Hello,

    http://aamhimarathi.in/site
    Code (markup):
    When I am opening this website in IE there is some bug in navigation menu.
    it is getting displayed behind slider below that menu. And on other pages it is actually overlapping on post which i expect to happen on homepage as well.
    Please suggest me a solution.

    Thanks
     
    geniusrohit, Feb 19, 2009 IP
  2. NewLogic87

    NewLogic87 Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I had a similar problem on my site when a CSS dropdown menu was going behind the SWF that was directly below it. I fixed it by adding the parameter wmode="opaque" to the SWF embed code. Are you using javascript for that scrolling slideshow? Eh, well at least I gave you a step in the right direction.
     
    NewLogic87, Feb 20, 2009 IP
  3. Jordash

    Jordash Peon

    Messages:
    181
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Jordash, Feb 20, 2009 IP
  4. geniusrohit

    geniusrohit Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Still I am unable to fine solution to it. Can you help me more or atleast give me more idea how i can try and solve the problem.?
     
    geniusrohit, Feb 21, 2009 IP
  5. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Just try something like:
    #menu { position:relative; z-index:100; }
    Inside your CSS
     
    wd_2k6, Feb 22, 2009 IP
  6. geniusrohit

    geniusrohit Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I tried but still its giving same bug with IE7 and works fine with IE8 :(
     
    geniusrohit, Feb 28, 2009 IP