On 10/9/07, Wessa <[EMAIL PROTECTED]> wrote: > Actually it is sorted now... using > ul.SubCategories{margin: 0px;height:800px} > > So it was a css issue.
Okay so applying that height sort of gets around the IE bugs, but it is not a good solution because then the ul.subCategories have 800px height and whilst they are invisible with no background colour, they prevent interaction with elements underneath them in better browsers. Try clicking your "GO" buttons in the left sidebar when even a first level menu is visible. Also, the submenus do not disappear when you hover over part of the 800px below the menu. I guess you could serve the 800px height rule (I'm guessing height:1% will work too though) to IE via conditional comments, but I recommend going with the position:relative solution which makes sense in all browsers and has no side effects. For the record, so far 100% of issues people have with Superfish is CSS related, so it's always the first place to look. Joel Birch.