Chris C wrote: > I can't figure out why the left navigation bar centers itself in IE6. > The page will first appear perfectly. Then if you click the "home" > button (within the page) the navigation bar (on the left) will > immediately move right across the page to the center.
> The URL is: http://hitech.lead2gold.org I see the problem but it is a bit difficult to test a cure, because if I add a proper value to that href="", then the shift doesn't appear. Without it IE wants to open the folder, which isn't of much use in an off-line environment. Try this... <a href="#">Home</a> ...which means 'top of same page', and see it that solves the problem. It does at my end - off line. The validator doesn't seem to be quite happy with that page either... <http://validator.w3.org/check?uri=http%3A%2F%2Fhitech.lead2gold.org%2F> ...which may be part of the problem since 'error-recovery' isn't an "exact science" across browser-land. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
