Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

Untitled

By: a guest on Mar 21st, 2010  |  syntax: CSS  |  size: 0.21 KB  |  hits: 123  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  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.         }