treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Screen res.

  • What kind of screen resolution should i design for? im always stuck in this predicement when designing a new website weather im making a mock up in photoshop or strictly HTML/CSS/jQuery. i would love some feedback.
  • 1024 × 768 is normally the standard. So 960 px layout is ok.
  • i just read about 960px but what is it by? the other side!
  • Because vertical scrolling isn't a big hassle, the height doesn't matter as much as the width, although you probably want to keep the most important stuff "above the fold" (meaning visible without scrolling).

    For 960px wide, a height of 720px is the same ratio as 1024 x 768, so that's probably a reasonable height to work towards.
  • thank youuuu!!!