1 DIV.expanded {2 float:left;3 margin:1px;4 width:32px;5 height:32px;6 background:navy;7 }8 9 DIV.expanded:hover {10 background:lightblue;11 }12 13 DIV.abs {14 -moz-transition:0.5s ease-in-out;15 -moz-transition-property:height, width;16 position:absolute;17 background:rgba(200, 200, 50, 0.4);18 width:0;19 height:0;20 overflow:hidden;21 margin-top:32px;22 }23 24 DIV.expanded:hover DIV.abs {25 height: 200px;26 width: 400px;27 position:absolute;28 border:solid yellow 1px;29 box-shadow:4px 4px 4px rgba(100, 50, 50, 0.8);30 }
Este ShareCode tiene versiones:
- Animation show Add new ... (24/04/2013)
- Animation show Add new ... (24/04/2013)
- Animation show Add new ... (24/04/2013)
- Animation show Add new ... (24/04/2013)
Enlace
El enlace para compartir es: