Safe media queries

Forums » Dev.Opera » Archived Article Discussions

This topic has been closed. No new entries allowed.

Reason: You can now post comments on articles on Dev Opera

Forum rules and guidelines

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

7. November 2007, 09:02:52

operadev

Posts: 3

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 )

3. August 2008, 04:12:39

VALDIR25

Posts: 1

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 )

30. September 2008, 06:09:31

coreymwamba

Posts: 117

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!



Forums » Dev.Opera » Archived Article Discussions