Results 1 to 4 of 4

Thread: Menu, swf IE6 problem

  1. #1
    Join Date
    Jul 2008
    Location
    boston, ma
    Posts
    88
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default Menu, swf IE6 problem

    Hi,
    On this site, I have a drop down nav going over a swf file. It works great in everything but ie6. The nav is all screwy. 2 out of the 3 drop downs work. The products one doesn't show up. Why?
    Any suggestions?
    site

    Thanks

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Raise the z-index of the menu in parts, or lower the swf z-index below the main menu. Common problem here and is always fixed with getting the right z-index for the menu parts.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Jul 2008
    Location
    boston, ma
    Posts
    88
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    The z-indexes are fine for ie7, and FF. They would be that different for ie6?

    Thanks

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Yes, because IE6 and lower have a "bug" that won't allow stacking higher than the child or parent element.

    There may be other outstanding issues, but usually this is the fix.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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
  •