Absolute Positioned A Tag Block Not Clickable in IE [Problems & Solutions, CSS]
Credit to @Justin
http://stackoverflow.com/questions/1663919/how-to-make-an-empty-anchor-tag-clickable-in-ie7
|
1 2 3 4 |
<code>.ie .myelementclass { background-image:url(about:blank); } </code> |


