CSS3 transition 鼠標懸停在一個元素上逐步改變寬度

<style> div { width:200px; height:200px; background:green; transition:width 2s; -webkit-transition:width 2s; } div:hover { width:500px; } </style> <p><b>注意:</b>該實例沒法在 Internet Explorer 9 及更早 I
相關文章
相關標籤/搜索