IE ignoring pagewrapper width
Posted: Fri May 12, 2006 2:39 pm
I changed the max-width and min-width of the pagewrapper to 800px (in Layout > Stylesheets > Edit Stylesheet: Layout). This worked fine in Firefox, but IE ignores the new pagewidth.
I noticed when I "VIEW SOURCE" from the home page, this is in the code --
#pagewrapper {width:expression(P7_MinMaxW(720,950));}
#container {height: 1%;}
This is obviously the reason that IE is ignoring the new pagewidth, and presumably this snip is databased somewhere. How does one change the #pagewrapper line so that IE also sees it?
Thanks for your help.
I noticed when I "VIEW SOURCE" from the home page, this is in the code --
#pagewrapper {width:expression(P7_MinMaxW(720,950));}
#container {height: 1%;}
This is obviously the reason that IE is ignoring the new pagewidth, and presumably this snip is databased somewhere. How does one change the #pagewrapper line so that IE also sees it?
Thanks for your help.