/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<div onmouseover="style.backgroundColor='#FFFFFF'; this.style.cursor='pointer'" onmouseout="style.backgroundColor=''" onmouseup="window.location='somepage.htm'"></div>