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

Untitled

By: a guest on May 24th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 12  |  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. css background image not showing up
  2. .player1_move {
  3.     width: 30px;
  4.     height: 30px;
  5.     background-image: url('images/o.png');
  6.   }
  7.  
  8.  <table>
  9.   <tr>
  10.     <td id = "0-0" class="player1_move"></td>
  11.   </tr>
  12.  </table>
  13.        
  14. table{
  15.     empty-cells: show;
  16. }