Ltr to rtl shortcut?

Hi,
i am creating one page in english and arabic. i did the english thing. setting and making all css. Now about the arabic one. i made the html additional tag to dir=“rtl” which set my writing style to right to left.but is there any shortcut way to flip my layout.because in css what was floating left is now right. :slight_smile: so is there anyway or i have to dig into css to make its css separately?

I would suspect for a shortcut something similar to the following for a modern browser would flip the content: html[dir=“rtl”] #whatever { float: left; } or you could make an additional CSS sheet.