Hai there,
I am working on a website that should have an English and an Arabic version. The English version is working out ok, but I have a problem when converting the Eglish version into Arabic.
My HTML-tag looks either like:
<html lang="en" dir="ltr"> --> English
or
<html lang="en" dir="rtl"> --> Arabic
The site 'flips' ok, but because of my css, my tables still lines out ltr and this is not what I want.
Does anyone know of a possibility to solve this problem?
I don't think that the 'unicode-bidi' property can be of help?
A possible solution would be to create an additional Arabic style sheet, but I do not prefer this, because I don't want to maintain an extra style sheet.
Hope to hear from you, regards,
Mario
I am working on a website that should have an English and an Arabic version. The English version is working out ok, but I have a problem when converting the Eglish version into Arabic.
My HTML-tag looks either like:
<html lang="en" dir="ltr"> --> English
or
<html lang="en" dir="rtl"> --> Arabic
The site 'flips' ok, but because of my css, my tables still lines out ltr and this is not what I want.
Does anyone know of a possibility to solve this problem?
I don't think that the 'unicode-bidi' property can be of help?
A possible solution would be to create an additional Arabic style sheet, but I do not prefer this, because I don't want to maintain an extra style sheet.
Hope to hear from you, regards,
Mario