/ Published in: CSS
URL: http://www.dailystuff.de/index.php?/archives/4-Button-Hover-mit-CSS-und-ohne-nachladen.html
Expand |
Embed | Plain Text
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; }
You need to login to post a comment.
