I want to have an anchor with a specific height and width.
There is no text on it since it\'s meant to be put in front of a certain area of the page.
Here is the
In previous versions of IE, its not possible to register the onclick event on block level elements themselves. Instead, IE applies the onclick to the text or inline elements inside the block.
I've found that putting a transparent image inside the anchor that is the same size as the full anchor will register the onclick.