On 28 Aug 2006, at 21:05, r paterso wrote:

> this is my first post to the list so please forgive any etiquette  
> gaffes.
>
> i have noticed a curious problem with FF 1.5.0.6  on my (inherited)  
> intranet
> i have page templates that use fixed-width (595 px)tables for  
> layout and CSS
> for styling.
>
> it seems that while page elements (banner, containing wrapper,  
> etc.) remain
> static on the screen in IE, they shift around in FF, that is,  
> everything
> shifts slightly to the left on some pages.  i fully expect it is a  
> problem
> in my CSS coding, but the cuious thing is, the shift only happens  
> when, for
> example, a list reached more than 9 items, or a table had more than  
> 9 rows.

{code snipped}

Hi,

I'm sorry that I don't have time to check this but it may be that the  
browser scroll bars are appearing and therefore your content seems to  
move to the left.

Try adding this declaration to your stylesheet:

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

Cheers

Greg
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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