Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: CSS | Size: 0.21 KB | Hits: 122 | Expires: Never
Copy text to clipboard
  1. #rollover-work a {
  2.         background: url('images/milk-in-wood1.png');
  3.         float: left;
  4.         height: height of picture;
  5.         width: width of picture;
  6. }
  7.  
  8.         #rollover-work a:hover {
  9.                 background: url('images/milk-in-wood2.png');
  10.         }