John Resig schrieb: >> If that makes any sense. It seems like the float attribute is being >> turned off during the animation. Or something. > > Must be a CSS issue, seems to work fine for me: > http://john.jquery.com/jquery/test/float.html > > Make sure that all the floated elements have a display of block, that > might help.
Just to clarify a bit: An element, that has float set, becomes block automatically, i.e if you specify float (left/right) specifying "display: block" is redundant. http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo But In IE you can cure the double margin bug, if you define display: inline, but this will be correctly ignored by EOMB (Every Other Modern Browser). -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
