开发者

what should be width of web site? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 2 years ago.

开发者_如何学Python Improve this question

What would be an ideal (fixed) width of a general portal website? I noticed many websites have width from 960px to 1000px.


While I think 960px is a good general answer I always like when websites use the most my monitor can display;

.wrapper {width:70%;min-width:960px;margin-left:15%;margin-right:15%}

This makes sure that the content is still centered in the screen but allows the layout to use the extra screen space if it's there.


Look at the youtube, facebook - they have like 960px

Anyways, everything depends on site type.

Personally, I use 960px


You really should be considering peoples display resolution. You are better off designing your site for 1024x768 as this is one of the most common resolutions.


The width of a web page should primarily be based on the people who will be most likely to use it.

Are your users tech savvy? If so then they will likely all have 1024px or greater width monitors so 960-1000px would be appropriate.

If this is a site that has to cater to "everyone" i.e. a government site. Then you should probably also support smaller resolutions. 800x600 should be fine.


960px is the general consensus. It's based on an average screen size of 1024x768, and the readability issues of super wide pages.

If you want to have a more fluid design for larger monitors, try something like Less Framework, that's designed to scale to smaller sizes.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜