Linking a DIV or Embed object in chrome?

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.

That’s kind of a strange approach. Don’t think its valid.
Its fairly easy to make a link inside of Flash. Try taking another look at that.

E.