Fast Rollovers Without Preload


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #menu a { background: url("button.gif") 0 0 no-repeat; ... }
  2.  
  3. #menu a:hover { background-position: -157px 0; ... }
  4.  
  5. #menu a:active { background-position: -314px 0; ... }

URL: http://wellstyled.com/css-nopreload-rollovers.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.