Only in IE, my maincontainer (wrapper) div appears to be shifting and ignoring the tried-and-true "margin: 0 auto;" style.
The only clue I can offer is that I don't have this problem with my blog in its current format. Although the styles haven't changed appreciably, the problem only occurs in my WordPress test blog. Any suggestions? Thanks. ------------------------------------------------------------------------------------------------------------ Test site: http://dwarfurl.com/9a685 Style sheet: http://dwarfurl.com/37a99 Here's some of the relevant style: body { font-family:Arial, Helvetica, Sans-Serif; font-size:62.5%; min-width:926px; /* Prevent background from shifting */ background-color:#CCD2F1; /* matches edge color of background image */ background-image:url(../../../images/bodywrapper-gray-shift.gif); background-position:center; background-repeat:repeat-y; } #maincontainer{ width: 926px; /*Width of main container*/ margin: 0 auto; /*Center container on page*/ background-image:url(../../../images/wrapper-gray.gif); /*Fixes background on page resize*/ background-position:center; background-repeat:repeat-y; } ______________________________________________________________________ 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/
