I need to make all site clickable. I tried to make ahref before content div but it works only in Firefox&Chrome not in IE. So I made site as a clickable table like this:
<table onclick="window.location='http://google.pl'" id="Table_01"> ...here goes content...
It's working in Chrome, FireFox and IE ....but... I am wondering if it is right method and it will be working on every computer?