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

Untitled

By: a guest on Apr 13th, 2010  |  syntax: HTML  |  size: 0.46 KB  |  hits: 437  |  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="chart">
  2.                                         <img class="john focussed" src="/icons/marker.png" />
  3.                                        
  4.                                         <img class="john maintain" src="/icons/marker.png" />
  5.                                        
  6.                                         <img class="paul focussed" src="/icons/marker.png" />
  7.                                        
  8.                                         <img class="paul maintain" src="/icons/marker.png" />
  9.                                 </div>
  10.                                
  11.                                 <input type="checkbox" id="john" />
  12.                                 <input type="checkbox" id="paul" />
  13.                                 <input type="checkbox" id="focussed" />
  14.                                 <input type="checkbox" id="maintain" />