Tricky. If I were you, what I'd try next would be using jQuery's css() to change to rtl in a setTimeout() call. Sounds stupid, but it might help you narrow down the problem. I've had odd problems with browsers not rendering anything until they come up for air, and doing things inside a setTimer() can slap them into attention. Sometimes a caanvas won't render unless it's triggered in a setTimeout()--maybe your case is similar.
Maybe see if you can get it toggling between rtl and ltr every five seconds. On Mar 8, 3:07 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Yes, i meant dir for html tags, direction for css respectively. Thanks > for the response anyway.