Re: [css-d] Stretching wider then the view port.

2005-07-15 Thread Gunlaug Sørtun
Ian Skinner wrote: Interestingly this did not work for me in IE6, until I tried it without a strict doc type declaration. So, I tried a transitional doc type, and this code also does not work with transitional either. There are no real differences between how 'strict' and 'transitional' rende

RE: [css-d] Stretching wider then the view port.

2005-07-15 Thread Ian Skinner
PROTECTED] ...Sent: Thursday, July 14, 2005 4:08 PM ...To: Ian Skinner ...Cc: css-d@lists.css-discuss.org ...Subject: Re: [css-d] Stretching wider then the view port. ... ...Ian Skinner wrote: ...> My goal is to have the div as wide as the table. I would presume ...> that the "body" is

RE: [css-d] Stretching wider then the view port.

2005-07-14 Thread Paul Novitski
e run. Please!" - Cynthia Dunning ...-Original Message- ...From: Keith Sader [mailto:[EMAIL PROTECTED] ...Sent: Thursday, July 14, 2005 2:35 PM ...To: Ian Skinner ...Cc: css-d@lists.css-discuss.org ...Subject: Re: [css-d] Stretching wider then the view port. ... ...On 7/14/05, Ian Ski

RE: [css-d] Stretching wider then the view port.

2005-07-14 Thread Paul Novitski
PM ...To: Ian Skinner ...Cc: css-d@lists.css-discuss.org ...Subject: Re: [css-d] Stretching wider then the view port. ... ...On 7/14/05, Ian Skinner <[EMAIL PROTECTED]> wrote: ...> Is there a way to get a div to stretch wider then the view port to ...match the arbitrary width of a large ta

Re: [css-d] Stretching wider then the view port.

2005-07-14 Thread Gunlaug Sørtun
Ian Skinner wrote: My goal is to have the div as wide as the table. I would presume that the "body" is wide as the table in order to encompass it, so if one declared the div to be 100%; it would be as wide as body and thus the table. But that does not work, at least not in IE6. This should

Re: [css-d] Stretching wider then the view port.

2005-07-14 Thread Ingo Chao
Ian Skinner schrieb: What I want is the div to stretch to the same width as the table, without defining the table width or including the div in the table or I suppose enclosing the table in the div. My goal is to have the div as wide as the table. I would presume that the "body" is wide as the t

RE: [css-d] Stretching wider then the view port.

2005-07-14 Thread Paul Novitski
ode. C code run. Run code run. Please!" - Cynthia Dunning ...-Original Message- ...From: Keith Sader [mailto:[EMAIL PROTECTED] ...Sent: Thursday, July 14, 2005 2:35 PM ...To: Ian Skinner ...Cc: css-d@lists.css-discuss.org ...Subject: Re: [css-d] Stretching wider then the view port.

RE: [css-d] Stretching wider then the view port.

2005-07-14 Thread Ian Skinner
L PROTECTED] ...Sent: Thursday, July 14, 2005 2:35 PM ...To: Ian Skinner ...Cc: css-d@lists.css-discuss.org ...Subject: Re: [css-d] Stretching wider then the view port. ... ...On 7/14/05, Ian Skinner <[EMAIL PROTECTED]> wrote: ...> Is there a way to get a div to stretch wider then the view p

Re: [css-d] Stretching wider then the view port.

2005-07-14 Thread Keith Sader
On 7/14/05, Ian Skinner <[EMAIL PROTECTED]> wrote: > Is there a way to get a div to stretch wider then the view port to match the > arbitrary width of a large table that is wider then the screen without making > the div part of the table, or somehow defining the width of the table instead > of l

[css-d] Stretching wider then the view port.

2005-07-14 Thread Ian Skinner
Is there a way to get a div to stretch wider then the view port to match the arbitrary width of a large table that is wider then the screen without making the div part of the table, or somehow defining the width of the table instead of letting it auto fit the data? That works in IE6? I tried