dev.e.loper
dev.e.loper

Reputation: 36034

CSS conventions for mobile devices

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

Answers (2)

Jason Gennaro
Jason Gennaro

Reputation: 34855

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.

Upvotes: 0

Andrew
Andrew

Reputation: 13853

I think HTML5boilerplate does a very good job,

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

Upvotes: 1

Related Questions