I am trying to set up a media query for my website. Here's a hypothetical example of a query:

@ media and (max-width:600px) {

    #stage {
    width:50%;
    clear:both;
    }

}

What I'd like to know is whether this query will apply to all devices whose maximum viewports are smaller than 600 px, e,g, if it is only 380 px. If not, does that mean I have to set up a max-width property specific for every hand-held device on the planet? Is there a way to specifiy all devices whose viewports are smaller than 600px?
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to