How to apply hover through inline css. Copy. document.getElementById("mydiv").onmouseover= function(e){this.className += ' my-special-class'; }; document.
確定! 回上一頁