1 body {2 display: -moz-box;3 -moz-box-orient: vertical;4 -moz-box-direction : reverse;5 height:200px;6 width:400px;7 -moz-transition: all 0.5s ease;8 }9 10 body div {11 background:silver;12 -moz-transition: all 0.5s ease;13 }14 15 body div:hover {16 background:#F0F0F0 !important;17 }18 19 #box1 {20 -moz-box-ordinal-group: 4;21 }22 #box2 {23 -moz-box-ordinal-group: 5;24 }25 #box3 {26 -moz-box-ordinal-group: 6;27 }
Enlace
El enlace para compartir es: