【发布时间】:2021-06-08 09:53:01
【问题描述】:
我正在尝试使用导航栏图像创建一个 div,但图像被放大并变得模糊。 在图片中,您可以看到在 Photoshop 中覆盖在网站呈现的导航栏上的原始导航栏。您认为可能是什么问题?
<div id="TopCenter" style="width: 70%; background-color: #0F1841;
top: 0px; position: absolute; height: 90px; left: 30%;
background-image: url(navbar.png); background-repeat: no-repeat;
background-position:left center; "></div>
【问题讨论】: