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

Untitled

By: a guest on May 21st, 2012  |  syntax: None  |  size: 0.43 KB  |  hits: 17  |  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. <div class="features-box">
  2.    <div class="features-img ft-right">
  3.  
  4.    </div>
  5.    <div class="features-img ft-left">
  6.  
  7.    </div>
  8. </div>
  9.  
  10. <!-- bottom border instead of <hr /> NO BR TAGS -->
  11. <!--
  12.  
  13. .features-box{float:left;width:600px;margin:0 0 15px 0;border-bottom:1px solid #CCC;padding:0 0 10px 0;}
  14. .features-img{width:150px;}
  15. .ft-left{float:left;}
  16. .ft-right{float:right;}
  17.  
  18. -->
  19.  
  20. <!-- adjust width and/or height accordingly -->