CSS3過渡效果 兼容IE6、IE7、IE8

<style> .box{ width:120px;height:40px;background:yellowgreen;line-height:40px;transition:width 1s;cursor:pointer; } .box:hover{ width:180px; } </style> <div class="box">
相關文章
相關標籤/搜索