Support for "\0" media query reference (IE8 - 10)
See original GitHub issue@media screen and (min-width:0\0)
& @media screen\0
Produces a syntax error, however, it’s a valid media query usage for targeting IE9 and IE10. (http://www.impressivewebs.com/ie10-css-hacks/)
Also, http://blog.keithclark.co.uk/wp-content/uploads/2012/11/ie-media-block-tests.php
Is there a work around for this or did I miss a fix/method on how to make this work?
Thanks, J
Issue Analytics
- State:
- Created 10 years ago
- Comments:18 (12 by maintainers)
Top Results From Across the Web
IE7, IE8 support for css3 media query [duplicate]
Internet Explorer 8 or older doesn't support media query. You can use media-queries.js or respond.js to add media query support in IE.
Read more >"media" | Can I use... Support tables for HTML5, CSS3, etc
Allows a media query to be set based on the presence and accuracy of the user's pointing device, and whether they have the...
Read more >media - CSS: Cascading Style Sheets - MDN Web Docs
The @media CSS at-rule can be used to apply part of a style sheet based on the result of one or more media...
Read more >Logic in CSS Media Queries (If / Else / And / Or / Not)
I m using this media query. this is not working up to max-width:1365px. it works till 1224px only. help me!!!
Read more >CSS Media Queries Examples
Tip: A more modern way of creating column layouts, is to use CSS Flexbox (see example below). However, it is not supported in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This works:
Outputs:
Merging to #2207.