Mobile app version of vmapp.org
Login or Join
Lee4591628

: There is no standard, despite most developers assume 1024x768 as standard. There is a CSS grid system named 960grid which assumes the body width as 960px, then breaks columns in 96 columns

@Lee4591628

There is no standard, despite most developers assume 1024x768 as standard.

There is a CSS grid system named 960grid which assumes the body width as 960px, then breaks columns in 96 columns with 10px, or 80 with 12px.

The problem is: PC screens are getting bigger and bigger always, slowly in some regions but are.

In the other hand, at tech-tops, you have smaller screens in mobile devices and netbooks.

Dealing with this reallity can be painful. There is CSS Media Queries to the rescue. Alternatively, you can use tag link (with rel handheld) to provide an alternative version to mobile devices.

Follow some reference links for you

www.smashingmagazine.com/2010/07/19/how-to-use-css3-media-queries-to-create-a-mobile-version-of-your-website/ http://www.alistapart.com/articles/responsive-web-design/ www.whatwg.org/specs/web-apps/current-work/multipage/links.html#rel-alternate http://dev.w3.org/csswg/css3-mediaqueries/

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Lee4591628

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme