Respond icon indicating copy to clipboard operation
Respond copied to clipboard

External media query stylesheet fails

Open JPedersen opened this issue 13 years ago • 1 comments

When setting a <link media="screen (min-width: 480px)"> plus having extra @media queries in the external stylesheet the rules without the extra @media queries does not apply in IE 7, IE 8.

Test page

External link

Recreate the issue

  1. Open the test page in IE 7 or IE 8
  2. Resize the window down/up

Expected result

The stylesheet is not loaded unless the window is at least 480px wide so the body should be white. Resizing it up from 480px should give colours in this array; Black, Cyan, Magenta, Yellow.

IE 7, IE 8 result

The black is never shown.

JPedersen avatar Mar 21 '12 11:03 JPedersen

+1

brianlucas avatar Jun 19 '14 00:06 brianlucas