|
CSS IE vs Firefox Float Bug |
|
There is a bug in IE that causes it to double the margin settings for floated div blocks… to fix it you just put display:inline in your style tag for float div…
Also, if your float div content is larger (longer) than your content div you need to wrap both the content and the float div in another float div, which will force it to expand down all of the way… Then if you want content to appear below the new floaters your going to need to clear:both to stop the floating chaos that will ensue…
http://www.webmasterworld.com/forum83/4161.htm
Dan