Johnny G's wrote:
> When the page requires a scrollbar firefox pushes the contents of the window
> over.
>
> There was a post a few issues back that suggest this:
>
> html {
> height: 100%;
> margin-bottom: 1px;
> }
>
> this does work, but it permanently adds a scrollbar that scrolls 1px to all
> pages regardless if the contents fit the height of the window.
>
> Is it just me that gets a scrollbar that scrolls 1px?
>
> Is there a way to have no scrollbar when not needed yet the layout not be
> adjusted when Firefox adds one?
>
> Thanks in advance,
>
> John G
>
>   
This is a known problem in FF.  Another solution is to set the height on 
the html element to 101% - then you don't need the bottom margin.  
However you still wind up with a scrollbar that scrolls nowhere :-)

I think your only other option is to let the content flow to the width 
of the browser window.

Lori
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to