<a href="/list" onclick="????">
<div>
LOTS OF INFO HERE
LOTS OF INFO HERE
LOTS OF INFO HERE
LOTS OF INFO HERE
</div>
</a>
I have a div, which is inside a hyperlink. The whole div is clickable. When the user clicks on this big div, I would like the entire div to turn light blue, and then slowly fade into white. This will give the user a feeling that he's clicking it!
Thanks.