Is it possible or something is wrong with my rule:
@media only screen and (orientation: portrait) and (device-width: 768px) and
(max-width: 480px){
}
If I target the element in each query it works but not with the above .
The closest example I found from w3c site is below which does give me an
impression that it's possible to mix different rules.
@media screen and (min-width: 400px) and (max-width: 700px)
Thanks!
tee
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************