Click to See Complete Forum and Search --> : Arabic RTL conversion -IE6 problem


The Mediator
04-27-2006, 09:35 AM
Have been asked to provide our dispute resolution platform for use in a Gulf State. For this we need to convert the web displays to display keyboard input and table columns right to left

The HTML=RTL works well in Firefox but not in IE6.Partly works in IE7 Beta but not fully and changes.

Love to hear from anyone with experience in Arabic(or Hebrew as same isses) conversions

Graham

(Posted in error to Business matterss)

TheBearMay
04-27-2006, 10:24 AM
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
...
<style>
body {
direction:rtl;
}
</style>


Should work with most browsers including IE6...

The Mediator
04-28-2006, 01:54 AM
Many thanks! Works perfectly now.