Results 1 to 7 of 7

Thread: chrome menu being hidden behind js in Opera

  1. #1
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default chrome menu being hidden behind js in Opera

    Hi,

    The chrome menu works perfectly with IE and FF, just that in Opera the menu gets hidden behind my Adsense code. Here's the link: http://www.choiceofhomes.com/index-try.php

    Any ideas why it doesn't work and what I can do to have it fixed.

  2. #2
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    can anyone help? want to sort this out before i make the changes applicable to my site.

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

    Default

    Firstly, please note that your page is in violation of Dynamic Drive's usage terms, which, among other things, states that the credit notice inside script must stay intact. Please reinstate the notice.

    Regarding your question, this is basically a browser rendering issue. Depending on the browser, it may choose to allow certain elements to always overlap a DHTML menu. You could try giving the div that holds the drop down menus a higher z-index, such as:

    Code:
    <div style="z-index: 100"></div>
    This may or may not work though.

  4. #4
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi, I've put in the notice.

    The z-index doesn't seem to make a difference in Opera. So there nothing else I can do to fix it? Is it just an Opera-specific issue?

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

    Default

    I was going to suggest moving the drop down DIVs to beneath the Google ads physically in your source code, though upon trying that, it doesn't help either. This is basically a browser specific issue, yes, and while there are ways to overcome this, such as modifying the code to dynamically hide the entire google ad when the menu drops down, it really adds a lot of unecessary fluff to the code for something that probably is best resolved by the browser in time.

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Yes, it has been my experience that nothing will display over an iframe in Opera. Hiding the thing is the only current option that I am aware of.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  7. #7
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks for the responses. I'll either have to ignore Opera or not go in for this type of menu. Let's see. Thanks.

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
  •