z-index / abs. positioning issues... help! = $40

Discussion in 'CSS' started by Quevin, Sep 11, 2008.

  1. #1
    I need this kind of in a hurry, and would like to give $40 via PayPal to the first person in this thread who can solve the problem in IE6...

    Have a look at this page in FF3 or IE7:
    http://is.gd/2v3I

    There is a left-hand navigation menu, and a right-hand "TOUR MENU" with a Dropdown. However, in IE6, they do not appear. It must be a z-index or position:relative issue for relative containers? Help.

    Thank you,

    Kevin

    PM me with your PayPal email if you've solved it (first), and I never fail to pay...
     
    Quevin, Sep 11, 2008 IP
  2. Quevin

    Quevin Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I'm not sure how he did it yet, but my colleague Matt found the solution by putting "<div><!-- --></div>" in front of the absolutely positioned elements, and everything renders in IE6...
     
    Quevin, Sep 11, 2008 IP
  3. rochow

    rochow Notable Member

    Messages:
    3,991
    Likes Received:
    245
    Best Answers:
    0
    Trophy Points:
    240
    #3
    Your top menu goes underneath the content, btw (FF3)
     
    rochow, Sep 12, 2008 IP
  4. steelfrog

    steelfrog Peon

    Messages:
    537
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Noticed that too. Flash'll do that.
     
    steelfrog, Sep 12, 2008 IP
  5. rochow

    rochow Notable Member

    Messages:
    3,991
    Likes Received:
    245
    Best Answers:
    0
    Trophy Points:
    240
    #5
    The wmode parameter set to transparent will fix that (haven't looked into why, or any ramifications of doing so)

    Looking at the site again though - it's not flash, it just goes under the content bg.
     
    rochow, Sep 12, 2008 IP
  6. feha

    feha Active Member

    Messages:
    1,005
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    80
    #6
    The top menu needs to set z-index in order to show above the div (content)
     
    feha, Sep 12, 2008 IP
  7. Quevin

    Quevin Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    ah, good catch! must have been while we were debugging the disappearing <div>s. Thanks.
     
    Quevin, Sep 13, 2008 IP