On 29 Mar 2007, at 23:59, James Eaton wrote:

> In Firefox a centered div on a page will move left or right,  
> depending on
> whether vertical scroll bars appear in the browser window, while in  
> IE it
> remains in one place.  Is there a workaround for this in Firefox?
>
> http://zolx.com/provenpropertymanagement/test1.php
>
> http://zolx.com/provenpropertymanagement/test2.php
>
> ______________________________________________________________________
> 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/


Hi James,

Add:

html {
height: 100%;
margin-bottom: 1px;
}

to your stylesheet.

Greg
______________________________________________________________________
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