Ideal size for testing jQuery mobile website in Opera mobile simulator ?
When I set it to 350 * 600 my application look great but when I make it smaller or larger it looses some text [not alignme开发者_开发知识库nt]
The issue is that designing for a fixed screen size will break. You could use Mediaqueries so your Web site will adjust to different screen sizes. See Mediaqueri.es for examples. And the article on how to use mediaqueries
精彩评论