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 :

Before

The Solution:

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

After

Leave a comment

Please be polite and on topic. Your e-mail will never be published.

You must be logged in to post a comment.