Discuss the articles posted on Dev.Opera.
By operadev
Wednesday, 7. November 2007, 09:02:52
Safe media queries
Media queries have mixed support across browsers, with some browsers offering full support, some browsers ignoring them because they don't understand them, and - worse - some browsers incorrectly interpreting them. It's not always consistent either, so how do you use them safely? This article explains how.
( Read the article )
By Jinpao22
Banned User
Sunday, 3. February 2008, 18:32:21

SEXY
By VALDIR25
Sunday, 3. August 2008, 04:12:39

Originally posted by operadev:
Media queries have mixed support across browsers, with some browsers offering full support, some browsers ignoring them because they don't understand them, and - worse - some browsers incorrectly interpreting them. It's not always consistent either, so how do you use them safely? This article explains how.
( Read the article )
By coreymwamba
Tuesday, 30. September 2008, 06:09:31

This has been so helpful! I've actually used this technique to work around the Firefox 2 display:inline-block bug, by burying what Firefox doesn't understand in the media query. Thank you so much!