Dear listmembers,

I am at the start of adapting a site ( http://www.utrechtsyogacentrum.nl ) for mobile devices.

As i understood media queries is the way to go.

I found a site desinged for different screen sizes. Is this site quite well behaving / designed for mobile devices?

http://www.wezenlijk.info


On this site the css is addressing 4 device-type:

@media screen and (max-width: 760px) {
@media screen and (max-width : 960px) {
@media screen and (max-width: 1152px) {
@media screen and (-webkit-min-device-pixel-ratio : 1.5), screen and (min-device-pixel-ratio : 1.5) {

Will this do for most commonly used mobile devices?
Here in Holland these will be iPads and the majority of mobile phones from samsung and apple?

If not, which devices (screen-sizes) should I address too?

Thanks, Erik
______________________________________________________________________
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