Re: [css-d] Page jumping horizontally in Non-IE browsers

2007-06-14 Thread Mauricio Samy Silva
From: "BJ Clark" <[EMAIL PROTECTED]>
Subject: [css-d] Page jumping horizontally in Non-IE browsers


> I have a page (temporarily) at
> http://scidept.dyndns.org/~bjclark/mojack/facts.html
--
Hi Clark,

Pay attention to the vertical scrollbar.
IE makes room for that scroolbar even though there is no need for it.
Have a look in Home Page and notice that:
IE=> there is room for the scrollbar at the right hand of the viewport.
Compliant browser => Room isn't there!

Now look at Registration Page.
The scrollbar is present in both, IE and good browsers.

So, you see the related 'jump' .

You can force the scroolbar where it isn't needed in setting the following 
CSS rule:

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

Regards,

MaurĂ­cio Samy Silva
http://www.maujor.com/ 

__
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/


[css-d] Page jumping horizontally in Non-IE browsers

2007-06-14 Thread BJ Clark
Hello list,

I have a page (temporarily) at
http://scidept.dyndns.org/~bjclark/mojack/facts.html

Compared to the other pages in the site, it seems to be "jumping" 8px
horizontally to the right. This is only occurring in non-IE browsers.
It has the exact same centering code as all the other pages in the
site (div#wrapper with margin: 0 auto;).

I can't figure out for the life of me what would cause this.
Anyone have any ideas?


Thanks,
BJ Clark
__
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/