如何使网站在所有分辨率下都能正常工作?

问题描述:

我已经制作了一个在笔记本电脑上看起来不错的网站,但它只能在其他计算机上使用.

I have made a Website which looks good in my laptop but It just Messes up on other computers.

开发人员永远无法使用我的机器"的说法.编写软件时,始终必须考虑其他用户的观点进行工作和测试.
使用CSS和HTML,您只需简单地更新CSS和html,即可在其他系统设置上看起来更好.
一个很好的起点是 [ ^ ]文章.
A developer can never use the "It works on my machine" argument. When you write software, you always have to work and test with the perspective of other users in mind.
With CSS and HTML, you have to simply update your CSS and html to look better on these other system setups.
A good place to start would be this[^] article.


看看这些:
可扩展网站设计-为所有屏幕分辨率设计网站 [如何为所有屏幕分辨率设计网页 [完美的流体宽度布局 [
Have a look at these:
Expandable Website Design - Designing Websites For All Screen Resolutions[^]
How to Design Web Pages for All Screen Resolutions[^]
The Perfect Fluid Width Layout[^]


您可以尝试使用以下方法设计网站twitter的引导程序 [
You can try to design the website using twitter''s Bootstrap[^] framework which uses responsive design and which fits most of the devices.