我有以下HTML
<tr>
<td align="left">
<span wicket:id="valuenotifier">
<label name="currentValue" id="currentValue" wicket:id="currentValue" />%
</span>
</td>
</tr>
和CSS
#currentValue {
font-size: 45px;
font-family:"Times New Roman", Times, serif;
font-style: normal;
line-height:inherit;
}
让我疯狂的是,他们在Firefox和Chrome之间的布局略有不同。在Chrome中,它们就是我放置的地方。在Firefox中,该表将上下表格分别向上和向下推动几个像素。使我抓狂。有人知道如何阻止它吗? (不能告诉你关于IE的原因,我不会让你感到烦恼。)
答案 0 :(得分:0)
做
-moz-webkit-margin:0px
在你的Css中