There is such a code that works in chrome, but Opera and Firefox do not work. Tried events onklik - does not help.
<div style="position: relative; width: 400px; height: 400px;"> <a style="z-index: 999; position: absolute; display: block; width: 100%; height: 100%; left: 0; top: 0; background: url("1px.gif"); overflow: hidden;" href="http://test" title="testimSwf" target="_blank"> </a> <object style="z-index: -99;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="468" height="60"> <param name="movie" value="http://www.blago.ru/files/banners/blago_468x60.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <embed src="http://www.blago.ru/files/banners/blago_468x60.swf" wmode="" `quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60"></embed>` </object> </div>
<a style="... url(" ..."></a>
There’s already a mistake in this place! Three dots are all you have before and after. - Palmervan