Eklablog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

Tutorial, CSS, HTML


Fuente:
http://www.ciudadblogger.com/2009/12/efecto-pushbutton-en-las-imagenes.html

 

HTML

<img class="pushbutton" src="https://lh3.googleusercontent.com/-g5W4Lrez3lM/VAhFvoAzTzI/AAAAAAAA9W8/CoUwaJGIE-w/s153-no/3.gif" alt="" />

CSS

<style type="text/css"><!--
.post img:hover {
position: relative;
top: 3px;
left: 3px;
}
img:hover {
position: relative;
top: 3px;
left: 3px;
}
.pushbutton:hover {
position: relative;
top: 3px;
left: 3px;
}
--></style>



Retour à l'accueil
Partager cet article