On Tuesday 28 November 2006 8:35 am, Scott Bicknell wrote:

Barney Carroll gave me a nice solution to this problem:

> Create a containing div for both the content and left bar, and
> give the container
>
> padding-left: 200px;
>
> ...And the left bar
>
> position: relative;
> right: 200px;
> margin-left: -100%;
> width: 100%;
>
> The content can now take up 100% and fit into things the way
> you want.

This neatly solves the problem of mixing pixel width and 
percentage width divs. Thanks Barney.
-- 
Scott
______________________________________________________________________
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