Floating Problems
Today I faced with a common issue of using floating html elements on the pages that you may have experienced before.Lets see it in a sample screenshot:The Problem:The right image is floated to the right side of page and the yellow container floats over it :

The Solution:
< img runat="server" style="width: 100%; height: 1px; clear: both; float: none" xsrc="~/images/spacer.gif" mce_src="~/images/spacer.gif" />
