Which screen resolution should I target for modern mobile phones? [closed]
- by tugberk
Possible Duplicate:
Building for different screen sizes
I am developing a site which needs to work on mobiles as well.
I avoid specifying width and height by pixel. Mostly I am using percent for that but sometimes I need a specific area. for example, 300px div element.
Which screen resolution should I target for modern mobile phones in general?
I know it varies but what is the higher number. Most of my concerns are iPhone, Windows Phone and Android.