Return to Snippet

Revision: 27392
at June 5, 2010 08:22 by gabbo


Initial Code
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;  
}

Initial URL
http://www.dailystuff.de/index.php?/archives/4-Button-Hover-mit-CSS-und-ohne-nachladen.html

Initial Description


Initial Title
Grafik Hover mit CSS und ohne nachladen

Initial Tags
css

Initial Language
CSS