Hello James,
Maybe you can do this:
<div style="width: 100%; overflow: hidden;">
<div style="float:left;">Left</div>
<div style="flaot:right">Right</div>
</div>
hope this can help you.
"Likely, James A." <[EMAIL PROTECTED]> wrote: Best way to clear a float
Hello,
I am curious to see how others clear floats.
Here is the problem. Div one and two float left and take 50% of the screen.
Content is to go below the two floats.
<div style="float: left">one</div>
<div style="float: left">two</div>
<div>Content</div>
In the past I would use:
<div style="float: left">one</div>
<div style="float: left">two</div>
<br style="clear: both; />
<div>Content</div>
As this seemed to be the only method to make the clear work in IE. I am
curious to see how others do this and if you are doing it with out using the
<br style="clear:both" />
What method are you using to make this work in IE?
Thanks
Jamie
-------------------
best regards,
Gage Batubara
web designer
phone : +62 856 154 02 89
www.sevenova.net
www.37sheet.com
mail #1 : [EMAIL PROTECTED]
mail #2 : [EMAIL PROTECTED]
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************