E.g. To target old browsers like IE7 you could check to see whether the browser supports Media Queries:
Modernizr.mq('only all'); // true if MQ are supported, false if not
http://modernizr.com/docs/#mq
(JavaScript)
E.g. To target old browsers like IE7 you could check to see whether the browser supports Media Queries:
Modernizr.mq('only all'); // true if MQ are supported, false if not
http://modernizr.com/docs/#mq
(JavaScript)