the following is buggy in IE
it is only tested on version 6.0sp2
workaround is provided
just rollover the menu and you will see the menu items losing their margins ..
actually the 2nd previous anchor loses its bottom margin
while the exactly previous and all the following anchor fix their margins
if they were lost
try moving all the way from the upper most menu item to the lower
the offending css code is the following:
the offending menu html code is the following:
a work around has been provided by Paul van Steenoven:
it seems that adding float:left and clear:left solves the problem.
thanks a lot :)
Petrioli Gabriel
tell me what you think about this