Results 1 to 2 of 2

Thread: IE6 Stacking Problems

  1. #1
    tomcoad Guest

    IE6 Stacking Problems

    Hi There,

    My first post here I am a web designer and I have come across a problem I cant manage to fix on in ie6.

    www.oldpostofficeguesthouse.co.uk is the website and if you have access to ie6 you will notice that the menu is not clickable. Furthermore the footer links are not clickable. However the main content is clickable.

    I have a feeling that it is something to do with the z-index or something along those lines.

    Any advice or suggestions would be very helpful.

    Thanks

  2. #2
    Join Date
    Mar 2007
    Location
    Werrington, England
    Posts
    1,315
    Hey, welcome to the forum.

    I am sorry, I cannot help much here. IE6 is a bugger to troubleshoot due to the lack of diagnostic tools. I have come across something similar to this myself recently.

    Try applying.

    Code:
    #nav-element { z-index:20; }
    This should set whatever your nav element is above the page. With my problem mentioned above this didn't fix my problem. In the end I solved it by throwing a border around everything on the top of the page. Then setting a fixed height for whatever element was overlapping. Turned out to be a 5 minute job.

Similar Threads

  1. Help - problems displaying page on IE6
    By jane in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 15 Nov 2009, 05:06 PM
  2. Dropdown menu problems in IE6
    By Pcraft12 in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 21 May 2009, 07:58 PM
  3. IE6 hates me (lots of problems)
    By vooboo13 in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 16 Nov 2007, 08:37 AM
  4. IE6 opacity problems
    By Fiasst in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 30 May 2007, 02:37 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •