I am trying to align a row of three elements in a specific way. The first element should be floated left, the third element floated right, and I need the second element to float centrally between them. However, all three elements will have dynamic widths so I cannot use a set margin.
You can view my example at http://jsfiddle.net/S5fA3/
<div class="col-md-12 tags">
<a class="tag" href="/">Lorem</a>
<a class="tag" href="/">Dolorsitamet</a>
<a class="tag" href="/">ipsum</a>
</div>