RE: [WSG] What if (element width + margin ) > container width?

2008-07-25 Thread Jens-Uwe Korff
> For example, you could add "overflow-x: hidden" to the container to stop the expansion Hi David, that's what I did (to Blueprint CSS actually). Since the overflowing bit was just a margin anyway I could accept this fix for IE6. Cheers, Jens The information contained in this e-mail message

Re: [WSG] What if (element width + margin ) > container width?

2008-07-24 Thread David Hucklesby
On Wed, 23 Jul 2008 11:37:17 +1000, Jens-Uwe Korff wrote: > ... > If an element's width and its margin is wider than the containing element's > width, how > should browsers render this according to the spec? > If the element's width exceeds that of the container, rendering ought to depend on the