Possible Duplicate:
What is the difference between max-device-width and max-width for mobile web?
For instance, this website:
http://8faces.com/ uses max-width.
This tutorial uses max-device-width:
Example:
@media screen and (max-device-width: 480px) {
.column {
float: none;
}
}
What's the difference between them? Do they work in Android, iOS, iPad, etc?
check this post. http://www.quirksmode.org/blog/archives/2010/09/combining_meta.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With