Hi Scott,

This is not your site 'jumping', it's just that on some pages the  
scrollbar is shown and on others it is not - the effect will vary  
depending upon which browser you are using to view the site. You can  
fix this across all browsers by using this:

html {
height: 100%;
margin: 0 0 1px 0;
}

It forces the scrollbar to always appear and therefore the 'jumping'  
does not occur.

Cheers

Greg

On 8 May 2008, at 00:02, Scott Thigpen wrote:

> Hi,
>
> I'm almost done on this website however I've run into another brick  
> wall.
> If you click the the tabs you'll see that the page jumps a few  
> pixels on two
> pages and stays the same on the other three.
>
> Here are the two that jump:
> http://www.sthig.com/jlh/index.html
> http://www.sthig.com/jlh/ourteam.html
>
> These pages don't jump:
> http://www.sthig.com/jlh/services.html
> http://www.sthig.com/jlh/clients.html
> http://www.sthig.com/jlh/contact.php
>
> And here is my CSS
> http://www.sthig.com/jlh/css/jlh.css
>
> Could anyone help me out with this small problem?
>
>
> -- 
> S c o t t T h i g p e n
> Illustrative Designer
> art: http://www.sthig.com
> design: http://www.thigpendesigns.com
> Phone: 770.527.3958
> ______________________________________________________________________
> 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/

______________________________________________________________________
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