I am using Facebook likebox on website and it comesup nicely on all browsers even English version comes right in safari but the Arabic version of website Facebook like box appears outside gray box while it should be inside. This happens only in safari I am using safari 5.1.4. and I am not sure if this is a CSS issue or how to fix with with any CSS property as i tried to change few properties but it didn’t work
Help is appreciate in this regard
I’m not quite sure what is causing it (as the containers for the iframe do have position:relative), but it seems to be due to the iframe having a position:absolute. Removing that property from
seems to solve the problem (at least, it shows correctly both in Firefox and Safari).