Tagged Questions
1
vote
0answers
48 views
@Viewport @media use for input type?
I've searched high and low for some way to setup my HTML5/CSS3 for various devices. Going by screen resolution isn't the best route because some times the screen size of one device is the same as ...
2
votes
1answer
534 views
How to enable media queries on IE < 9
I am trying to add support for media queries in older versions of Internet Explorer, but I am not having any luck. I only need media queries, so I do not want to add a big package like Modernizr, I am ...