Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. .price-table td.left-up {
  2. background: url("img/left-up.png") no-repeat;
  3. width: 181px;
  4. height: 118px;
  5.  
  6. }
  7.  
  8. <div class="price-table">
  9. <table>
  10. <tr>
  11. <td class="left-up">
  12. sdst
  13. </td>
  14. </tr>
  15. </table>
  16. </div>
  17.  
  18. /site
  19. -page.htm
  20. /css
  21. -site.css
  22. /img
  23. -left-up.png
  24.  
  25. background: url("../img/left-up.png") no-repeat;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement