何らかの理由で段落テキストの残りの上に移動し、実際には ie8 と ie7 で切り取られている左にフローティングされたスパン タグがあります。テキストは ie9 で問題なく表示されますが、段落内の残りのテキストの上に表示されます。span タグの CSS は次のとおりです。
.stat {
font: 64px/100% @numbersFont;
letter-spacing: -3px;
color: @orange;
float: left;
margin: 0 15px 5px 0;
}
htmlは次のとおりです。
<p>
<span class="stat">10x</span>
One <a title="Fidelity® Charitable Gift Fund Volunteerism and Charitable Giving in 2009" href="http://www.fidelitycharitable.org/docs/Volunteerism-Charitable-Giving-2009-Executive-Summary.pdf" target="_blank">study on volunteerism</a> found “on average, those who have volunteered in the last 12 months donate ten times more money to charities than non-volunteers.”
</p>
テキストがそのように隆起する原因について何か考えはありますか?