What's the best way to align three different elements within a div? The elements are structured in an unordered list: Left, Center, and Right.
I attempted to float the right element using float: right, and applied margin: 0 auto with a set width for the center element. However, they still do not align properly.
Keep in mind that these elements could be images as well, not just text. Here is a sample link for reference: http://jsfiddle.net/PwmrC/