This problem is related to the erratic behaviour of IE 6 and 7 in regard to arabic version of the website.

Background: The whole website is being redesigned for a client from scratch and I have used XHTML 1.0 Strict for the structure, CSS for the presentation and JavaScript for the logic. The website is of a very big client which is based in middle east. I have successfully converted the website to Arabic using nothing but CSS floats and adding dir="rtl" in . All the browsers including IE8 are showing the website perfectly but IE 6 and 7 are shifting the elements erratically. Example: link 1 and link 2 are floated on the right. They are perfectly aligned with 10px of space between them in all browsers. But in IE 6 and 7 it shows 100px of space. As soon as I hover only one, the links shift and align with 10 px space. Why is this happening? Is there a bug in algorithms of both the browsers? If this bug is documented somewhere, please give me a link as it will help me in convincing my client to drop support for these 2 browsers.

Due to NDA I cannot give a url to that website.

Any help will be greatly appreciated.

Thanks,

Gaurav

link|improve this question
Impossible to answer without at least seeing some code. An isolated example in a jsfiddle.net snippet would be optimal – Pekka Nov 10 '10 at 11:17
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.