面對縮放問題,如何刪除兩個span元素之間的額外空間。Webkit轉換縮放問題
我不能根據需求添加額外的標籤。 span標籤內如何解決這個問題。
span {
-webkit-transform-origin-x: 0%;
-webkit-transform-origin-y: 0%;
}
分裂跨度之前
<p style="margin: 0.0px 0.0px 0.0px 0.0px; ">
<span style="font-size: 14pt; color: #000000; letter-spacing: 0pt; text-transform: none; text-align: left; text-decoration: none; word-spacing: 1.33pt; -webkit-transform: scale(0.7,1); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); text-shadow: none; display: inline-block; white-space: nowrap ;width:auto;height:auto;">Keebler Zesta Saltine Crackers</span>
</p>
分裂跨度
分裂跨度
前後截圖<p style="margin: 0.0px 0.0px 0.0px 0.0px; ">
<span style="font-size: 14pt; color: #000000; letter-spacing: 0pt; text-transform: none; text-align: left; text-decoration: none; word-spacing: 1.33pt; -webkit-transform: scale(0.7,1); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); text-shadow: none; display: inline-block; white-space: nowrap ;width:auto;height:auto;">Keebler Zesta Saltine</span><span style="font-size: 14pt; color: #000000; letter-spacing: 0pt; text-transform: none; text-align: left; text-decoration: none; word-spacing: 1.33pt; -webkit-transform: scale(0.7,1); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); text-shadow: none; display: inline-block; white-space: nowrap ;width:auto;height:auto;"> Crackers</span>
</p>
分裂跨度
如果固定的內容,我們可以給保證金的權利。但內容不固定。任何方式使它使用CSS3動態。 @Christoph謝謝 –