/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
a.buttonhover { display:block; width:80px; height:30px; background:transparent url('LinkZurGrafik') no-repeat top left; } a.buttonhover:hover { display:block; width:80px; height:30px; background:transparent url('LinkZurGrafik') no-repeat bottom right; }
URL: http://www.dailystuff.de/index.php?/archives/4-Button-Hover-mit-CSS-und-ohne-nachladen.html