I'm developing a web page that would work on iPhone, iPad and other mobile devices. I'm curious if there is a resource on best practices for CSS for mobile devices.

I have tried searching but come up with random sites with tidbits of information but no comprehensive overview. I guess I could buy a book about this subject but that is not a sure thing either and I would imagine there are resources on the web out there I'm just not finding them.

link|improve this question

70% accept rate
feedback

2 Answers

up vote 1 down vote accepted

I think HTML5boilerplate does a very good job,

"A best practice baseline for your mobile web app."

link|improve this answer
feedback

You might be interested in this answer I gave a while back

Mobile Web - Things to consider?

Also, you should check out

http://caniuse.com/

which outlines mobile support for HTML5 and CSS3.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.