こんにちは人々私は問題に固執します私は100%ズームされていないヘッダーを持っていますそれはこのように見えます:
http://i.stack.imgur.com/S8tp8.png
しかし、ズームするとヘッダーが正しく表示されます:
http://i.stack.imgur.com/BapBA.png
HTML:
<body>
<div id="header">
<div id="logo"></div>
</div>
</body>
css:
body {
background:url(images/bg.png);
margin:0;
padding:0;}
#header {
margin-bottom:170px;
background:url(images/headerBg.png);
height:386px;
width:100%;}
#header #logo{
min-width:990px;
height:207px;
width:990px;
background:url(images/logo.png);
margin:0 auto;}