Tim Arnold wrote:

At a glance, I'd suggest the culprit is your Media Queries. You are using
mobile first (min-width) MQs. Since MQs are not supported by IE7&8 none of
the styles within them are being read.  If you need to support these
browsers, you'll have to either switch to max-width queries, or include
those styles (with no media queries) in conditional comments as well.

And *PLEASE*, fix the nine HTML errors at the same time.
Philip Taylor
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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/

Reply via email to