How to handle different screen resolution /screen size when developing a site ?

Posted by Misha Moroshko on Stack Overflow See other posts from Stack Overflow or by Misha Moroshko
Published on 2010-05-29T04:03:06Z Indexed on 2010/05/29 4:12 UTC
Read the original article Hit count: 222

Filed under:
|
|

I would like to develop a site using jQuery that will work with all major browsers. I thought to start with a basic layout (a header, a couple of tabs with content, and footer). I wonder how should I create this layout to support different screen resolution, screen size, or window size. Should I work in pixels / points / percents when defining width and height of the components ? Are there any jQuery plugins that can help me with this task ? Thanks !

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about layout