Hi Shane Make sure you have a simple media query [1] for IE lower than 9 (or 9 with compat mode), because I believe that all versions before 9 don't understand queries like media="screen and min-width=481px".
We do it the same way for the current pop theme. If you have a look at it, we include styles.css "twice", once with the advanced media query that is interpretable by html5/css3 compliant browsers and once with a conditional comment [2] for ie7/8 and the simple media query media="screen". IE9 should be able to interpret the advanced media query though, it might be that it's always in quirksmode or similar. Might be worth looking into [b]meta http-equiv="X-UA-Compatible"[/b] [3] to force IE9 to behave as IE9 and not lower [1] http://www.w3.org/TR/css3-mediaqueries/ [2] http://en.wikipedia.org/wiki/Conditional_comment [3] http://msdn.microsoft.com/en-us/library/cc288325%28v=vs.85%29.aspx#SetMode -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=0184afd3-5085-4995-83f3-0754994ba1e8 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
