這裏是工作提琴IM:字體大小自動調節,以適應在一個固定的形格
的HTML代碼是:
<div class="body">
<div class="variation1 font700 green1">
<h2>
sample <span class="divider"> arrowshape </span>
</h2>
</div>
<div class="clear"></div>
<div class="variation2 font700 green2">
<h2>
as the text increases the font size must decrease but the block height must remain same <span class="divider"> as the text increases the font size must decrease but the block height must remain same </span>
</h2>
</div>
<div class="clear"></div>
<!-- OTHER HTML -->
</div>
我要調整文本使其適合div而不更改所示箭頭塊的尺寸(大小)(文本大小可以更改,但不更改塊大小)。如變體2所示,箭頭塊必須看起來像樣本箭頭和Im面臨問題。有人可以幫我解決這個問題嗎?
字體。 –
可能幫助:http://stackoverflow.com/questions/687998/auto-size-dynamic-text-to-fill-fixed-size-container –
至於CSS箭頭,他們很好,但我會做一些事情其他 - 比如添加一個額外的div/span而不是依賴於CSS – Richard