Fix CSS max-width in IE
Anthony has a good post on using this minmax script to fix a CSS bug in IE. If you're using the Sunsets theme (like I am) with Roller - you might want to add this to your page templates. I've patched this site - thanks Anthony!
To patch your theme, create a page with name "_minmax.js" and link "minmax.js", populate it with the script contents and then add the following in your theme's <head>:
<script type="text/javascript" src="$ctxPath/page/$userName/minmax.js"></script>
You can also create CSS pages for your site using a similar technique. While we're talking about IE bugs, you might want to know that <script/> doesn't work in IE, that's why you always have to add the closing </script> element.
Posted by Lance Lavandowska on November 30, 2004 at 05:07 PM MST #
Posted by Matt Raible on November 30, 2004 at 05:11 PM MST #
Posted by Bruce Scharlau on December 08, 2004 at 09:20 AM MST #
Posted by Bruce Scharlau on December 10, 2004 at 12:24 PM MST #
Posted by Matt Raible on December 10, 2004 at 01:27 PM MST #
-- The site works again in Avantgo. --
-- That's wierd Bruce - I didn't change anything! --
Suspecting this could be a "reload" issue? Whether IE and/or Firefox will reload a page seems to depend on the DOCENGINE declaration.
- Al -
Posted by picbuck on November 23, 2005 at 04:19 PM MST #