Vicki Stebbins wrote:
> The problem is that the first div sizes itself to the length of the 
> navigation, which will dynamically be built by the client so may end 
> up longer than you would want the first product div to be.

> http://www.schygiene.com.au/shopping.php?cat=8

Would the addition of...

#ufwus {overflow: hidden; margin: 0; padding-left: 30px;}

* html #ufwus {overflow: visible; height: 1%;}

...give the desired result?

The above will establish a new 'Block formatting contexts'[1] for that
container - isolating its content from its surrounding, and thereby
preventing any 'clear' from interacting with elements outside this
container.
The usual workaround for IE6, and older versions, is also included.

regards
        Georg

[1]http://www.w3.org/TR/CSS21/visuren.html#q15
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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