I would like to do this so that the clickable region on the tag is size of the LI.
LI
My html looks like:
Try this css
li{ border:1px solid black; height:40px; } li a{ border:1px solid red; display:block; height:100%; }