themes

Events happening in the community are now at Drupal community events on www.drupal.org.
kramazeek's picture

Creating rtl themes

Hello everyone,
I am currently working on a base theme and am looking into adding rtl support. Has anyone else had major issues with ie6,ie7, and ie8 while using something like:

body { direction: rtl; }

Applying the direction attribute to the html or body tag seems to cause a lot of issues in earlier versions of ie. I ended up using doing this:

/* apply rtl to the html tag so the scrollbar is on the correct side /
html {
direction: rtl;
}
/
set the language direction back to left to right to avoid breaking the layout in ie. */
body {
direction: ltr;
}

Read more
Subscribe with RSS Syndicate content

Arabization

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: