-
17 Apr 2007 5:33 AM #1
Menu separator extra space in IE7
Menu separator extra space in IE7
It seems that a little extra space is added above the separator in IE7. The separator works fine in FireFox 2.0 but I haven't checked it with another browser.
To resolve this issue I changed .x-menu li.x-menu-sep-li class to this:
And now it works fine in IE7.Code:.x-menu li.x-menu-sep-li{ line-height:1px; font-size: 1px; }
-
17 Apr 2007 1:02 PM #2
Thanks. I always do this as well and must have missed a spot!


Reply With Quote