I have a large div:
.limeskin:hover { background: #eee; cursor: pointer; display: block; }
that I want to be clickable. Because I\'m
Use javascript (I recommend jQuery) to make the action actually happen and CSS hover selector to modify the div background and the cursor (to change the cursor from an arrow to a hand).
hover