Hi, 
your problem has to do with the scrollbar at the side, which on some
pages appears due to the length of the page, and on others not.
Try:
html {
        min-height: 100%; 
        margin-bottom: 1px;
        }
That forces a scrollbar on every page.
thanx to http://www.splintered.co.uk/experiments/49/

And about the navigation bar:
I don't know much about javascript-menu's, but if you would use a
normal, no-javascript navbar, you could give the parent container a
position: relative; and then position the navbar absolute. It will
take the parent container as a starting point, so will not shift when
that container shifts. (as a sidenote: the navigation would also be a
lot more accessible!)

good luck,
Matthijs

On 5/16/05, Chris Pearce <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I'm having an annoying problem were my page shifts between certain page in
> all browsers except IE. It's extremely difficult to pinpoint whats causing
> it because it happens on numerous sites that I've built. I layout all my
> sites with CSS and have been doing so for quite some time. This wouldn't be
> such a big deal for me if didn't have to use a particular JavaScript
> drop-down menu in my job, the menu is positioned absolutely therefore always
> remaining static on the page which can make any little movement between
> pages extremely noticeable. The solution would be to position the menu
> within its container DIV and not the body which in theory sounds easy but I
> cant seem to apply this in practice, the js menu has not been built by
> myself and all its properties are contained within one js file:
> exmplmenu_var.js
> 
> I've validated both the HTML and CSS.
> 
> HTML:
> 
> http://clients.cstech.net.au/IMCOR-test/internal-template-test.html -
> Internal page
> http://clients.cstech.net.au/IMCOR-test/home-template-test.html - Home page
> http://clients.cstech.net.au/IMCOR-test/js/exmplmenu_var.js - Javascript
> drop down menu
> 
> CSS:
> 
> http://clients.cstech.net.au/IMCOR-test/CSS/styleMain-test.css - Style Sheet
> 
> Any help on this would be fantastic,
> 
> Cheers
> 
> Chris
> 
> --
> Chris Pearce
> Developer
> Cornerstone Technologies
> 
> Level 31, ABN AMRO Tower
> 88 Phillip Street, Sydney, NSW 2000
> Phone: (02) 8211 0668 | Mobile: 0414 349 645
> Web: www.cstech.net.au | Email: [EMAIL PROTECTED]
> 
> 
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> 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/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to