Return to Snippet

Revision: 10942
at January 19, 2009 02:36 by sebastianassaf


Initial Code
#menu a { background: url("button.gif") 0 0 no-repeat; ... } 

#menu a:hover { background-position: -157px 0; ... } 

#menu a:active { background-position: -314px 0; ... }

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

Initial Description


Initial Title
Fast Rollovers Without Preload

Initial Tags
css

Initial Language
CSS