Conducted a basic test on @media queries to determine functionality:
Visit the test page hereI have set up a @media query in test.css that is supposed to change the background color from black to red on landscape tablets (1024x768). The CSS and XHTML are both valid, but for some reason, the background remains black in Firefox using Chris Pederick's Web Developer Extension -> View Responsive Layouts, as well as in the transmog.net iPad emulator (I do not own an iPad).
If anyone can shed light on why it’s not functioning properly, I’m excited to dive deeper into media queries.