It was hard to phrase this question.
I'll assume most of you are aware that a normal unordered list has the bullets on the left side. I'd like to know if it's possible to get these bullets on the right side (jquery solutions are fine).
To go into detail a bit, assume that:
- There are 2 lists I want to display side-by-side :
fooandbar. - The text alignment of the
barlist should to the right. - The bullets of the
barlist should be on the opposing side.
P.S. Since I think someone will utter, "Why? Why in the name of all that is logical would you want to do such a thing?" My humble but illogical code-monkeying self must confess that it's a bit bored of the "norm". ;)
Edit:
The use of dir='rtl' will not work for my case as it results in undesired effects due to me only wanting the bullet reversed, not the sentence as well.
dir='rtf'will be fine if you just reverse the sentence. – OJ. Dec 4 '10 at 20:50dir='rtf'on this page. Copy-pasting or just group typo? ;) – bmoeskau Dec 5 '10 at 1:33