By rusdvl on
Hi,
Anyone know how to have an IE7 only CSS for RTL only. Or if I can add a rtl body tag class so that I can reference it in the IE only CSS?
Some issues with styling while I switch the language over to a rtl language (only in IE) so would appreciate any help on this.
Thanks
Comments
Look up "CSS Conditionals"
Look up "CSS Conditionals" they have code you can use to only include a CSS for a specific browser. You would set it up to online include for IE7 then use the RTL CSS that you were wanting.