简体   繁体   中英

ie7 BUG : padding left and right with direction rtl

I'm create a web page with direction rtl . when id set padding-right for a inline element like span , the padding set for left side in IE7 !!

HTML :

<div dir='rtl'>
    <span style='padding-right:30px;background:red'>Test</span>
</div>
<div style="direction: rtl;"></div>

or

<bdo dir="rtl"></bdo>

I believe you're using the property incorrectly. See the www3 specs --- > HERE and HERE

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM