If I have two floats side by side, both are floated left as follow:

.myfloat{
float:left;
}

and both contain text as follows:

<div class="myfloat">Longer amount of text. Longer amount of text. Longer amount of text. Longer amount of text.</div>
<div class="myfloat">Small amount of text.</div>

Is there any way to prevent the second div from dropping below the first div when the viewport is narrowed, without specifying widths for either of the floats?

What I would like is for the text in the first div to wrap before the second float drops below the first. Is this possible without using widths?

Thanks.
Stephen


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to