在 chrome www.nextag.com/camera/stores-html中打开以下 URL 并刷新页面
请注意右上角邮政编码旁边的帮助图标的位置..它未对齐现在在Firefox中打开相同的..它已正确对齐..
CSS 代码如下:
background: none repeat scroll 0 0 white;
border: 1px solid #C2CCCC;
border-radius: 4px 4px 4px 4px;
color: #C2CCCC;
display: block;
float: right;
font-weight: bold;
height: 13px;
margin-left: 4px;
text-align: center;
width: 12px;
padding-right: 1px;
让它在 Firefox 中工作。我添加了以下 3 个属性:
position: relative;
top: -15px;
left: 18px;
然后它开始在chrome中正常工作,但现在它在firefox中错位了..我该怎么办?