Eystein Alnaes wrote:
> The floatclearing has returned to hunt me. How do I stop it from 
> clearing more then its parent div? Nor floating up next to the 
> preseding div?

> http://www.eystein.no/test/xrs/template_main.php

You may start by deleting the class="clearfix" on div#secondary_info.

Then, add...

#info_container {float: left; margin-left: 12px; margin-right: -20px;
width: 688px; position: relative;}

#secondary_info {min-height: 550px; _height: 550px;}

#wrapper {clear: both;}

...and fine-tune to taste.

A float isolates its content from the surroundings, thus prevents the
clearing from acting on anything outside the float.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to