Respond
Respond copied to clipboard
External media query stylesheet fails
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
Recreate the issue
- Open the test page in IE 7 or IE 8
- 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.
+1