How do you align a block item to the right edge of its parent (with CSS)?
- by George Edison
I am aware that you can center a block item by setting the left and right margin to auto.
However, is it possible to align it to the right edge? And how would this be done?
Edit: without using float: right (because it doesn't seem to work, at least not with <ul>'s)