Tuesday November 30, 2004
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 in Roller at Nov 30 2004, 08:23:31 AM MST 6 Comments
Search This Site
Recent Entries
- Jack's Mohawk
- LinkedIn Cuts 10% (a.k.a. The Journey is Over)
- Happy Birthday Abbie!
- Moving from Spring's XML to Annotations in AppFuse
- Free Maven Training in New Orleans on Election Day
- AppFuse Light » AppFuse, Maven Archetypes and Shared Web Assets
- Great Weekend in Montana
- Colorado Software Summit 2008 Wrapup
- RESTful Web Applications with Subbu Allamaraju
- Core Animation with Bill Dudney
Posted by Lance Lavandowska on November 30, 2004 at 10:07 AM MST #
Posted by Matt Raible on November 30, 2004 at 10:11 AM MST #
Posted by Bruce Scharlau on December 08, 2004 at 02:20 AM MST #
Posted by Bruce Scharlau on December 10, 2004 at 05:24 AM MST #
Posted by Matt Raible on December 10, 2004 at 06:27 AM 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 DOCTYPE declaration.
- Al -
Posted by picbuck on November 23, 2005 at 09:19 AM MST #