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?
I can get both showing RTL using "display:table-cell" (not in IE though
where I'd go with float) but that's not what I am after as I want both lists
centered and "liquid".
---
Regards,
Thierry | www.TJKDesign.com
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************