Re: [css-d] Fluid design width problem

2006-02-06 Thread David Laakso
Jared Lyon wrote: >>>Hi all, I seem to be having a bit of a problem getting a div to fill the >>>width of the screen. Here's the trouble page: >>>http://www.rit.edu/upub/new/contact_us2.html >>> >>>Can anyone help me get the maincontent div to fill the remaining width of >>>the screen? >>>

Re: [css-d] Fluid design width problem

2006-02-06 Thread Jared Lyon
>> Hi all, I seem to be having a bit of a problem getting a div to fill the >> width of the screen. Here's the trouble page: >> http://www.rit.edu/upub/new/contact_us2.html >> >> Can anyone help me get the maincontent div to fill the remaining width of >> the screen? > > In order to get it to fi

Re: [css-d] Fluid design width problem - using display: table-cell to solve a clearing issue

2006-02-03 Thread Philippe (phdm)
[--- Le 03/02/06 13:56, Zoe M. Gillenwater a écrit : ---] : > So, remove the width and the float and apply "margin-left: 180px" to > #maincontent. Your new problem then becomes that the clearers you have > within #maincontent are clearing the #sidebar too. This is because > #sidebar and

Re: [css-d] Fluid design width problem

2006-02-03 Thread Zoe M. Gillenwater
Jared Lyon wrote: > Hi all, I seem to be having a bit of a problem getting a div to fill the > width of the screen. Here's the trouble page: > http://www.rit.edu/upub/new/contact_us2.html > > Can anyone help me get the maincontent div to fill the remaining width of > the screen, instead of it just

Re: [css-d] Fluid design width problem

2006-02-02 Thread Jared Lyon
Hi Christian, thanks for the quick feedback. > the markup is not conducive to a fixed-fluid layout right now, and you > have both a stylesheet and inline styles, which makes things tough to > edit. You say that my markup isn't conducive to a fixed-fluid layout, but the second example that I menti

Re: [css-d] Fluid design width problem

2006-02-02 Thread Christian Montoya
On 2/2/06, Jared Lyon <[EMAIL PROTECTED]> wrote: > Hi all, I seem to be having a bit of a problem getting a div to fill the > width of the screen. Here's the trouble page: > http://www.rit.edu/upub/new/contact_us2.html the markup is not conducive to a fixed-fluid layout right now, and you have bo

[css-d] Fluid design width problem

2006-02-02 Thread Jared Lyon
Hi all, I seem to be having a bit of a problem getting a div to fill the width of the screen. Here's the trouble page: http://www.rit.edu/upub/new/contact_us2.html Can anyone help me get the maincontent div to fill the remaining width of the screen, instead of it just being 400px like it is now?