CSS Media Queries: Bees Knees Or Spawn of Satan?
8/24/2010
The last month has seen an interesting back and forth over CSS Media QueriesIn a nutshell, CSS Media Queries make it possible to apply style sheets only if certain properties are available on the display device.
For example, you could have a stylesheet only display for screen devices with a maximum screen width of [...]
Similar articles
ASP.NET Weblogs
Getting Started with CSS Media Queries
If you've ever printed a page and noticed that it looks different than the actual page displayed in the browser you've more than likely witnessed a CSS media type in action. By using CSS media types s...
NETTUTS
Quick Tip: A Crash-Course in CSS Media Queries
In the past, in order to create layouts based upon the width of the user’s browser, we had to use JavaScript — perhaps combined with a server-side language. Fortunately, the process is n...
NCZOnline
CSS media queries in JavaScript, Part 2
In my previous post[1], I introduced using CSS media queries in JavaScript both through a custom implementation and using the CSSOM Views matchMedia() method. Media queries are incredibly useful, both...
NCZOnline
CSS media queries in JavaScript, Part 1
Early in 2011, I was working on a project where I was doing some feature detection in JavaScript. Some tinkering led to the thought that using a CSS media query would work much better and so I spent s...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
CSS Animations Between Media Queries
CSS animations are right up there with sliced bread. CSS animations are efficient because they can be hardware accelerated, they require no JavaScript overhead, and they are composed of very CSS littl...