You need to work out a way of setting the minimum width of your
containing div to ensure that it can never get any smaller than your
smallest size. You might also want to consider setting the overflow to
hidden for this parent container also, but this may mean your
overflowed floated content will 'disappear' - perhaps not desirable.

This is fairly easy to achieve with most modern browsers, although you
will need a little hack for IE6. Google min-width...

Karl

On Fri, Feb 15, 2008 at 11:08 AM, Taco Fleur
<[EMAIL PROTECTED]> wrote:
>
>
> Hello,
>
> does anyone know how I can stop floats from wrapping (not sure if thats the
> right word for it).
> Best way to explain it is by going to the following page and resize the
> browser to something smaller than 800px
> http://www.clickfind.com.au/advertise-online.cfm
>
> Once you do that, the right side float starts to go below the first float,
> which is really not what I want to happen, the browser should just show the
> horizontal scrollbar when the browser is resized.
>
> Would adding a whitespace:nowrap somewhere do the trick? And if so, what
> kind of support does that have?
> Maybe I should lay the page out differently?
>
> Thanks in advance.
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> *******************************************************************


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to