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?
>   
I don't know that this will solve the problem, but if you add the 
following it should help in Firefox by forcing the scrollbar:

html, body {
 height: 100%; /* forces permanent scrollbar */
 margin: 0 0 1px 0;
}

-- 
Bob Meetin


______________________________________________________________________
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