Reputation: 11
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>
Upvotes: 0
Views: 445