如何防止html页面在特定高度后缩小

时间:2012-01-11 14:52:24

标签: html css

大家好,             我做一个HTML页面,我想防止页面缩小后缩小。 我的HTML代码在

之下
<style type="text/css">
.main-container {
background-image: url(images/background.jpg);
background-repeat: no-repeat;
position:relative;
margin:0 auto;
height: 1508px;
width:  1300px;
}
</style>
//main container
<div id='container'>
my contents will be here
</div>

1 个答案:

答案 0 :(得分:0)

访问浏览器的缩放控件状态不可编写脚本(通用)。

请参阅:How to detect page zoom level in all modern browsers?