Guest User

Untitled

a guest
Feb 27th, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <style type='text/css'>
  2. a.opacity img {
  3. filter:alpha(opacity=50);
  4. -moz-opacity: 0.5;
  5. opacity: 0.5;
  6. -khtml-opacity: 0.5;}
  7. a.opacity:hover img {
  8. filter:alpha(opacity=100);
  9. -moz-opacity: 1.0;
  10. opacity: 1.0;
  11. -khtml-opacity: 1.0; }
  12. </style>
Add Comment
Please, Sign In to add comment