请问如何用CSS固定页面大小

html-css015

请问如何用CSS固定页面大小,第1张

#content{width:1000pxheight:2000pxoverflow:hidden}

/* overflow:hidden 超出的内容隐藏掉 */

希望能帮到你

这里用到font-size属性,下面是例子:

在<head>与</head>之间加上以下代码即可

<style type="text/css">

<!--body{font-size:12px}-->

</style>

12px是网页默认字体大小!