bahar
04-17-2007, 09:33 AM
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:
.x-menu li.x-menu-sep-li{
line-height:1px;
font-size: 1px;
}
And now it works fine in IE7.
To resolve this issue I changed .x-menu li.x-menu-sep-li class to this:
.x-menu li.x-menu-sep-li{
line-height:1px;
font-size: 1px;
}
And now it works fine in IE7.