Is this possible? It works fine for Firefox but in chrome it just shows the URL in the loading bar but it won’t allow you to click it.
<a href=‘page.php’><div id=‘mydiv’><embed src=‘’></div></a>
Works in Firefox. Not in Chrome.
Or
<div id=‘mydiv’><a href=‘’><embed src=‘’></a></div>
Works in Firefox. Not in Chrome.
I know I could make a link in flash for my object… but It would be nice to see if there’s an easier method so that it supports on both these browsers.