Do not bind it to javascript "onclick".
It needs to be an anchor.
I know I can bind onclick to the div and make it window.location. However, then...the user cannot open a new tab by CONTROL+Clicking it.
I just want an <a> that fills up the entire div.

display: blockis the most important property to keep in mind, as anchors are normally inline elements. – David Hedlund Dec 2 '10 at 9:01