Skip navigation
ArtistsPage1.aspx
Currently Being Moderated

mediaQueriesSupported

Sep 8, 2012 10:56 AM

I'm using Fluid Grids and it works fine in IE9 but not in IE8, I suspect mediaQueriesSupported is not supported.  Any Ideas?

 
Replies
  • Currently Being Moderated
    Sep 8, 2012 11:09 AM   in reply to ArtistsPage1.aspx

    IE 8 doesn't support media queries. There is a JavaScript polyfill called respond.js that simulates support for min- and max-width in IE 6-8. Alternatively, supply a separate style sheet in an Internet Explorer conditional comment.

     

    Anyone using IE 8 is going to be using a desktop or laptop, so there's little need to serve it styles for narrow screen widths.

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 9, 2012 8:15 AM   in reply to ArtistsPage1.aspx

    ArtistsPage1.aspx wrote:

     

    I didn’t realize IE 8 didn’t support laptops or mobiles.

     

    You misunderstood my reply. What I said was that anybody using Internet Explorer 8 will be using either a desktop or a laptop. Since desktops and laptops have relatively large screens, you can create a fixed-width layout for IE 8 and earlier, and link to it using an IE conditional comment.

     

    The only mobile phones that use IE as their browser are Windows phones. The current Windows Phone 7.5 uses a browser based on IE 9. Older Windows phones use Internet Explorer Mobile, which is based on IE 6 or IE 7 (depending on how old it is).

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 9, 2012 8:28 AM   in reply to ArtistsPage1.aspx

    ArtistsPage1.aspx wrote:

     

    But isn’t respond.js the same code you include in Fluid Grids? 

     

    Yes, respond.js is included when you create a Fluid Grid Layout in Dreamweaver CS6. However, if you read the description of respond.js at the link I gave earlier, it says the script's focus is very narrow. If you want something more robust, you'll need to look for a different script.

     

    The bottom line is that IE 8 and earlier don't support media queries.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points