Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 11th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Stretching table cell text to both sides
  2. <td>0/12 0%</td>
  3.        
  4. <td><div class="right">0/12</div> <div class="left">0%</div></td>
  5.        
  6. .right{
  7. position:relative;
  8. margin:0;
  9. padding:0;
  10. float:right;
  11. }
  12. .left{
  13. position:relative;
  14. margin:0;
  15. padding:0;
  16. float:left;
  17. }