hi,
for my site's navigation i use hv menu from dynamicdrive. for the display of ads i use phpAdsNew. so here is my problem: I have flash banners rotating just under the menu, but when the sublevels of the menu expand, they appear behind the banners. In phpAdsNew i use "Remote Invocation for Javascript" to generate the banner code - this is the only type that works well.
So if anyone knows what i should do in order to have the menus expand over the banners, then please kindly tell me.
Here's the code from phpAdsNew that is inserted in the page where the banners appear:
<script language='JavaScript' type='text/javascript'>
<!--
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://mysite.com/phpAdsNew/adjs.php?n=" + phpAds_random);
document.write ("&clientid=8");
document.write ("&exclude=" + document.phpAds_used);
if (document.referer)
document.write ("&referer=" + escape(document.referer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://mysite.com/phpAdsNew/adclick.php?n=ae4d4fb2' target='_blank'><img src='http://mysite.com/phpAdsNew/adview.php?clientid=8&n=ae4d4fb2' border='0' alt=''></a></noscript>
for my site's navigation i use hv menu from dynamicdrive. for the display of ads i use phpAdsNew. so here is my problem: I have flash banners rotating just under the menu, but when the sublevels of the menu expand, they appear behind the banners. In phpAdsNew i use "Remote Invocation for Javascript" to generate the banner code - this is the only type that works well.
So if anyone knows what i should do in order to have the menus expand over the banners, then please kindly tell me.
Here's the code from phpAdsNew that is inserted in the page where the banners appear:
<script language='JavaScript' type='text/javascript'>
<!--
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://mysite.com/phpAdsNew/adjs.php?n=" + phpAds_random);
document.write ("&clientid=8");
document.write ("&exclude=" + document.phpAds_used);
if (document.referer)
document.write ("&referer=" + escape(document.referer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://mysite.com/phpAdsNew/adclick.php?n=ae4d4fb2' target='_blank'><img src='http://mysite.com/phpAdsNew/adview.php?clientid=8&n=ae4d4fb2' border='0' alt=''></a></noscript>
Comment