• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Expanding graphics?

P.s.

The content of the drop down graphic doesn't necessarily need to be interactive...

- Aquatix :)
 
I see what you mean, but I have no idea, first time I see this
if everyone is going to have such banners... :confused2
 
ah yes, i see what you mean also... hehe

its most likly a mouse over effect - from their page

Code:
<!-- 
	var adMousedOver = 0;
	var msnAdsWin=navigator.appVersion.indexOf("Win");
	var msnAdsBrwsrTyp=navigator.appName;
	var msnAdsBrwsrVer=parseInt(navigator.appVersion);

	function adDoDrop (obj){
		adtechhideElement('SELECT');
		obj.style.clip='rect(auto)'; 
		if (adMousedOver == 0) {adMousedOver = 1; document.cktrackingimg.src = '/include/enriched ads/_images/EGB_ckone_ian_invisi.gif'; }
	}
	
	function adtechhideElement(elmID) {for (i = 0; i < document.all.tags(elmID).length; i++){obj = document.all.tags(elmID)[i]; if (! obj || ! obj.offsetParent) continue; obj.style.visibility = "hidden";}}
	
	function adtechshowElement(elmID) {for (i = 0; i < document.all.tags(elmID).length; i++){obj = document.all.tags(elmID)[i]; if (! obj || ! obj.offsetParent) continue; obj.style.visibility = "";}}
	
	function adUnDoDrop (obj) {adtechshowElement('SELECT'); obj.style.clip='rect(auto, auto, 60, auto)';}
		if(msnAdsWin!=-1&&(msnAdsBrwsrTyp=="Microsoft Internet Explorer"&&msnAdsBrwsrVer==4)) {
		document.write('<div style="height:60; width:464;"><table border=0 cellpadding=0 cellspacing=0 style="position:absolute; clip:rect(auto, auto, 60, auto);" onmouseover="adDoDrop(this);" onmouseout="adUnDoDrop(this);"><tr><td><map name="mailtoMap"><area shape=rect alt="Layer 13" coords="112,222,233,234" href="mailto:ian@ckone.com"></map><img src="/include/enriched ads/_images/EGB_ckone_ian_topcopy.gif" width=247 height=252 border=0 usemap="#mailtoMap"><img src="/include/enriched ads/_images/EGB_ckone_ian_toppic.jpg" width=221 height=252><br><img src="/include/enriched ads/_images/EGB_ckone_bottompic.jpg" width=247 height=148><map name="storeMap"><area shape=rect alt="Layer 12" coords="111,113,164,133" href="http://ads.msn.com/ads/adredir.asp?url=http://www.macys.com/cgi-bin/ncommerce/ExecMacro/master.d2w/report%3Ffn%3Dprod%26product_nbr%3D17492&image=http://ads.msn.com/ads/ENTGEN/U%26550034_TR.HTM"><area shape=rect alt="Layer 11" coords="0,112,81,133" href="http://ads.msn.com/ads/adredir.asp?url=http://www.bloomingdales.com/product_detail.cfm%3FSection%3D5%26PROD_id%3D6431%26CAT_ID%3D5%26CFID%3D6948%26CFTOKEN%3D75094714&image=http://ads.msn.com/ads/ENTGEN/U%26550034_LG.HTM"></map><img src="/include/enriched ads/_images/EGB_ckone_bottomcopy.gif" width=221 height=148 border=0 usemap="#storeMap"></td></tr></table><img name="cktrackingimg" src="/include/enriched ads/_images/EGB_ckone_ian_invisi.gif" height=8 width=1></div>'); }
	else {
		document.writeln('<img src="/include/enriched ads/_images/EGB_ckone_ian_banner.gif" width="468" height="60"><p><center><font class="BodyTextMedium"><b>With Internet Explorer 5 and above, a 468x560 graphic expands from the 468x60 banner space when the banner is moused over.</b></font></center>'); document.close();}
//-->
</SCRIPT>
<noscript><img src="/include/enriched ads/_images/EGB_ckone_ian_banner.gif" width="468" height="60"></noscript>
 
Back
Top