Results 1 to 2 of 2

Thread: Menu crapping in IE

  1. #1
    Join Date
    Feb 2008
    Posts
    87

    Menu crapping in IE

    A friend of mine is having trouble getting this left-hand menu to work in IE, seems to work fine in FF?

    http://tickets.penguins.org.au/

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    The edit below is a fix for IE7 as you have so many stylesheets and codes that I haven't got the time to find the real source of the problem.

    Add this just before the </head> closing tag, after the stylesheet links:-

    <!--[if IE]>
    <style type="text/css">
    #menulist_root-suckerfish-vertical { margin-left: -115px; padding-left: 0; }
    </style>
    <![endif]-->

    which drags the menu to the left only in all IE browsers. I didn't check IE6 but if IE6 is wrong you can set different conditional comments for each IE version like <!--[if IE 7]> for IE7 and <!--[if lt IE 7]> for all less than IE7 (note the space between IE and 7).
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. Nested Horizontal Menu
    By jeffreymerrell in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 27 Apr 2006, 03:12 PM

Posting Permissions

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