Debbie Campbell wrote:

> This page is supposed to be three floated columns, but in Opera 9 the
>  left float is all the way to the right, the center one below that 
> and all the way to the left:
> 
>> http://www.totalvein.net/new/vein_disease.html

The first float gets hooked up on the right edge of the horizontal nav.
Does happen in all browsers under certain conditions, but I didn't study
the exact conditions for your page.

To fix, add:
#content {clear: both;}
...which of course saves all browsers from whatever is causing the hook-up.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to