Re: [css-d] Remaining height design: IE shows an horizontal scrollbar :: ed

2009-07-30 Thread Olivier Sannier
Alan Gresley wrote: > Olivier Sannier wrote: > [...] > >> Thanks, this actually is the only thing of the two you proposed that has >> any effect. >> However, the first one got me thinking and I came up with this: >> >> *:first-child+html .innerContents >> { >> width: 98%; >> } >> >> .resizabl

Re: [css-d] Remaining height design: IE shows an horizontal scrollbar :: ed

2009-07-29 Thread Alan Gresley
Olivier Sannier wrote: [...] > Thanks, this actually is the only thing of the two you proposed that has > any effect. > However, the first one got me thinking and I came up with this: > > *:first-child+html .innerContents > { > width: 98%; > } > > .resizableArea > { > overflow-x: hidden; > }

Re: [css-d] Remaining height design: IE shows an horizontal scrollbar :: ed

2009-07-29 Thread G.Sørtun
Olivier Sannier wrote: > Too bad there isn't any other way than using the "non standard" > overflow-x property. The 'overflow-x' property _is_ standard - CSS3. Georg __ css-discuss [cs...@lists.css-discuss.org] http://www.c

Re: [css-d] Remaining height design: IE shows an horizontal scrollbar :: ed

2009-07-29 Thread Olivier Sannier
David Laakso wrote: > David Laakso wrote: > > Error Correction> Should read: > >> 2/ >> Only IE/7.0 will see this: >> >> *:first-child+html .innerContents {width: 96%;} Thanks, this actually is the only thing of the two you proposed that has any effect. However, the first one got me thinking

Re: [css-d] Remaining height design: IE shows an horizontal scrollbar

2009-07-28 Thread David Laakso
Olivier Sannier wrote: > Hello all, > > Please have a look at this page: > http://obones.free.fr/rem_height/ > > This is my latest attempt at creating a "remaining height" design to > mimick what I used to do with frames. > It works quite well and I'm quite happy with the results under > Firefox/

Re: [css-d] Remaining height design: IE shows an horizontal scrollbar :: ed

2009-07-28 Thread David Laakso
David Laakso wrote: Error Correction> Should read: > > 2/ > Only IE/7.0 will see this: > > *:first-child+html .innerContents {width: 96%;} > > > > > > > > > > > > > > > > > __ css-discuss [cs...@lists.css-discuss.org] http://www

[css-d] Remaining height design: IE shows an horizontal scrollbar

2009-07-28 Thread Olivier Sannier
Hello all, Please have a look at this page: http://obones.free.fr/rem_height/ This is my latest attempt at creating a "remaining height" design to mimick what I used to do with frames. It works quite well and I'm quite happy with the results under Firefox/Seamonkey. The results under IE are goo