He's changing the bagraund when he's on the block.
-
How to do that when the cadet is on the block, he changed beckground. The block is div. Thank you.
-
CSS (not sure IE)
div {background:#fff;} div:hover {background:#000;}
JS
<div onmouseover="this.style.background='#000';" onmouseout="this.style.background='#fff';">