Thierry Koblentz wrote:
I have two Unordered Lists: - one contains text in A elements (<a href="#">Text</a>) - one contains image in A elements (<a href="#"><img /></a>)CSS: li {display:inline} How come the display of the two is *different* (regarding orientation) when I use "RTL" with the DIR attribute?
Can you publish some minimal test cases to demonstrate the issue and explain what you're attempting to use the dir attribute for?
It sounds like you may be trying to use it for presentational purposes, though it's designed for semantic purposes when using right-to-left languages. If so, you may be able to achieve the effect using the 'direction' and 'unicode-bidi' properties.
-- Lachlan Hunt http://lachy.id.au/ ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
