SyntaxFix
Write A Post
Hire A Developer
Questions
You can do this without modifying the html. http://jsfiddle.net/8JwhZ/1085/
<div class="title"> <span>Cumulative performance</span> <span>20/02/2011</span> </div> .title span:nth-of-type(1) { float:right } .title span:nth-of-type(2) { float:left }