May 6, 2013

Selectivizr and CSS3 Media Queries

Great article summarizing the status quo for media query workarounds for IE.

As is typical in the web, there is no end-all solution:

  • Respond only supports min and max width and print/screen media types, and does not support em width selectors.
  • css3-mediaqueries-js doesn't support the media attribute of link and style tags.
  • Selectivizr supports import but not style tags.

It seems like there is a conflict, between selectivizr and css3mediaqueries.

This article looks at a solution for getting over that issue with respond and selectivizr.

Here is a discussion of the issue.

This discussion is closer to what I need but still no official solution.

No comments:

Post a Comment