Rahul Gonsalves wrote:
> Ref: http://cat.org.in/index.php/about/ CSS:
> http://cat.org.in/index.php?css=site/master_css.v.1208803215
> 
> The right column (#secondary) seems to drop below the left (#primary)
>  on a regular basis in most versions of IE (5 through 7 inclusive)
> that I have here.
> 
> Fixes, and an explanation? I thought that it might be the margins 
> doubling on float, but adding display: inline didn't kill it. I've 
> probably mis-diagnosed it though...

To fix, add...

#content {clear: both;}

...or...

#content {width: 100%;}

...to prevent the default-dimensioned #content from lining up alongside
right-floating search, and thereby being squeezed too narrow for the
dimensioned floats.

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