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">
相关文章
相关标签/搜索