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 and I came up with this:

*:first-child+html .innerContents
{
  width: 98%;
}

.resizableArea
{
  overflow-x: hidden;
}

This hides the horizontal scrollbar for all width of the window and 
makes the innercontents a bit smaller than 100% to account for the 
scroll bar hiding parts of it.
Too bad there isn't any other way than using the "non standard" 
overflow-x property.

Thanks for the pointers

Cheers
Olivier
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to