J
j
I see it is time to update my understanding of mobile devices.
I found media query:
http://www.studiopress.com/design/website-respond-mobile-devices.htm
http://www.w3.org/TR/css3-mediaqueries/
but it doesn't work in IE8, which is isn't dead enough yet. How does it
degrade and what does it break?
There seems to be two main ways of switching layouts for screen size,
one is to have two (or more) site versions, and serve up the appropriate
version. Somewhat like having different language versions.
The other relies on media query (or @import switches) and perhaps some
javascript.
What is the current best practice for touch devices? What good resources
are there?
Jeff
I found media query:
http://www.studiopress.com/design/website-respond-mobile-devices.htm
http://www.w3.org/TR/css3-mediaqueries/
but it doesn't work in IE8, which is isn't dead enough yet. How does it
degrade and what does it break?
There seems to be two main ways of switching layouts for screen size,
one is to have two (or more) site versions, and serve up the appropriate
version. Somewhat like having different language versions.
The other relies on media query (or @import switches) and perhaps some
javascript.
What is the current best practice for touch devices? What good resources
are there?
Jeff