Jeroen Ruigrok van der Werven wrote: > On 6/7/06, Wilson Miner <[EMAIL PROTECTED]> wrote: >> I think that makes sense - having one rtl.css that overrides the default >> styles. It's a lot more maintainable than trying to keep multiple rtl >> stylesheets in sync with the main stylesheets. >> >> You may need to use chained selectors or !important declarations in some >> places to successfully override the defaults. Let me know if I can make any >> changes to the core CSS to make things easier. > > Don't forget the dir="rtl" and dir="ltr" specifiers. We would need to > update the admin pages for that as well. And this is not CSS, but > straight into HTML of course. > > See http://www.w3.org/TR/i18n-html-tech-bidi/ for more information. >
Actually that technique is rare around here. We don't specify dir="rtl" in the actual content. Most of the developers around here prefer to specify in a stylesheet "direction:rtl" for the body tag. Eases the development for multilingual sites, and it's working as it should. That's the method I'm planning to use with Django as well. Cheers -- Meir Kriheli http://mksoft.co.il --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django I18N" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Django-I18N -~----------~----~----~----~------~----~------~--~---
