Hello Joel, Thanks for responding!
Nope, it wasn't that although I can't believe I didn't remove those spaces during my debugging attempts. It's amazing what lack of sleep can do, eh? Upon revisiting, my now (slightly more) rested eyes noticed in Firebug the left margin "gap" in IE6 was being inherited from an earlier series of anchor styles, specifically one with "margin-left:0.4em". It appears adding the following to my superfish.css file fixes it in IE6 and maintains the layout in all the other browsers I'm testing with: .sf-menu a, .sf-menu a:link, .sf-menu a:focus, .sf-menu a:active, .sf- menu a:hover, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/ color:white; margin-left:0.0em; padding-left:0.4em; } Thank you for all your time and effort creating and supporting a great plug-in. All the best, Jeffrey On Mar 2, 9:31 am, Joel Birch <joeldbi...@gmail.com> wrote: > Hello, > > I really think that the space is caused by the space character you > have between the opening li tag and the opening anchor tag. Let us > know if removing this doesn't solve your issue. > > Joel Birch.