我的网站徽标有问题。它位于左上角。在较低的分辨率上,它看起来不错。但是,在更大的分辨率下,您可以看到徽标向右移动。如何调整我的 css 使其静止,就在“主页”链接的左侧?
<div id="header">
<div class="headerright">
<a href="index.html"><img id="logo" src="img/logo.png" alt="" /></a>
<!-- snip -->
</div>
</div>
.headerright {
left: 140px;
position: absolute;
width: 966px;
height: 100px;
}