Re: [css-d] Same Dynamic Width

2008-11-11 Thread Gunlaug Sørtun
Jack Blankenships wrote: > Using display: inline-block seems to work for now, but I am wondering > what circumstances may cause that to fail. >> http://mylittletestsite.com/same_dynamic_width.html I would have preferred a valid document, and not an incomplete, quirks mode triggering, fragment. I

Re: [css-d] Same Dynamic Width

2008-11-11 Thread Peter Hyde-Smith
- Original Message - From: "Jack Blankenships" <[EMAIL PROTECTED]> To: "Gunlaug Sørtun" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, November 11, 2008 4:40 PM Subject: Re: [css-d] Same Dynamic Width http://mylittletestsite.com/same_dynamic_width.html In theo

Re: [css-d] Same Dynamic Width

2008-11-11 Thread Jack Blankenships
Using display: inline-block seems to work for now, but I am wondering what circumstances may cause that to fail. On Tue, Nov 11, 2008 at 3:40 PM, Jack Blankenships <[EMAIL PROTECTED]> wrote: > http://mylittletestsite.com/same_dynamic_width.html > > In theory the first section should have the heade

Re: [css-d] Same Dynamic Width

2008-11-11 Thread Jack Blankenships
http://mylittletestsite.com/same_dynamic_width.html In theory the first section should have the header stop at 800px. The second should stop at 400px for both the header and the content. On Tue, Nov 11, 2008 at 3:23 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > Jack Blankenships wrote: >> >> A

Re: [css-d] Same Dynamic Width

2008-11-11 Thread Gunlaug Sørtun
Jack Blankenships wrote: > Any suggestions on how to make two items have the same dynamic width? > I can think of at least a dozen reasons why neither 'width: auto'(default) or 'width: 100%' will work for you, but figuring out which one you have run into will be pure guesswork. Present a link to

[css-d] Same Dynamic Width

2008-11-11 Thread Jack Blankenships
Any suggestions on how to make two items have the same dynamic width? For example, if I have two divs with one being a header and a second with content. I want to make the header div expand to fill the same width as the content div. I have tried enclosing both in a parent div and giving the con