我在Mac Safari中遇到子弹图像位置问题。在Windows中,它在所有浏览器中看起来都很好,但在Mac中,子弹图像似乎保留在<li>
的底部。
.content ul {
font-size: 1.4em;
list-style-position: outside;
list-style-type: none;
padding: 0;
}
.content ul li {
background: url("../images/bullet.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
padding-left:15px;
}
我还尝试使用left 50%
作为该职位,但似乎没有任何影响。