Confirmed users, Bureaucrats and Sysops emeriti
1,057
edits
No edit summary |
No edit summary |
||
| Line 49: | Line 49: | ||
Another great use for this is to adjust the number of columns your content is displayed in based on the width of the display area. | Another great use for this is to adjust the number of columns your content is displayed in based on the width of the display area. | ||
Media queries are currently supported by Firefox 3.5, Safari 3, and Opera 7, | Media queries are currently supported by Firefox 3.5, Safari 3, and Opera 7 and later, with successive versions often adding support for additional media features. | ||
Media queries offer a great way to improve how your content looks on a variety of devices; using appropriate queries, you can render differently based on screen size, resolution, and more, thereby optimizing your content no matter how the user is accessing it. | Media queries offer a great way to improve how your content looks on a variety of devices; using appropriate queries, you can render differently based on screen size, resolution, and more, thereby optimizing your content no matter how the user is accessing it. | ||