/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#menu a { background: url("button.gif") 0 0 no-repeat; ... } #menu a:hover { background-position: -157px 0; ... } #menu a:active { background-position: -314px 0; ... }
URL: http://wellstyled.com/css-nopreload-rollovers.html