iframe not positioned correctly in chrome or safari (webkit) with rtl (ex. arabic language)
I got a problem with an iframe like this one
<iframe src="page.html" width="360px" height="120px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
I solved by just setting a fixed width from the CSS and chrome positioned the iframe as expected.
I spent 1 hour on this stupid thing and I really don't like to fix such an old crap.
Comments
Post a Comment