Tom Lancaster wrote:
> I'm having problems with the following page in IE6: 
> http://www.newhanoian.com/new_details.php/venueid/2

I'm really surprised :-)
IE6 is such a nice bugger ...err... browser ;-)

> Firstly, the whole page is slightly left of center ( it's supposed to
> be centered ). This applies to whatever content the template has.

IE is auto-expanding the centered body - creating a wide space on the
right side, but I didn't look around for what causes it.

You may add...

* html body {overflow-x: hidden;}

...to fix it. The 'IE-only' hack is to avoid "killing" the horizontal
scroll-bar in other browsers - like Firefox.

You should of course try to find the real cause, as something is pushing
body-width in that page. Other browsers won't expand beyond declared
width, but the pushing element (or whatever) may have an effect on them
too (although I can't see any).

> Secondly, the content in the middle column starts way down the page. 
> This only seems to happen with this bar. Others:

Not sure what causes that either, but the following "fix" worked locally.

Add...

#outerColumnContainer {padding: 1px;}

...and see if that helps without any negative effects on the live pages.

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/

Reply via email to