Reputation: 36034
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.
Upvotes: 1
Views: 493
Reputation: 34855
You might be interested in this answer I gave a while back
Mobile Web - Things to consider?
Also, you should check out
which outlines mobile support for HTML5 and CSS3.
Upvotes: 0
Reputation: 13853
I think HTML5boilerplate does a very good job,
"A best practice baseline for your mobile web app."
Upvotes: 1