|
Post by Wormopolis on Dec 29, 2008 2:29:49 GMT -8
Browser Tested: IE and FF placement: wherever you want it
Just like regular Wormoffiliate table, except text links scroll upwards instead of images scrolling sideways.
<!-- Wormoffiliate TEXT VERSION Table HTML -->
<table id="affTableToo" cellspacing="1" cellpadding="0" border="0" width="200" height="350" align="center" bgcolor="0066FF" class="bordercolor"> <tr> <td width="100%" height="100%"> <table border="0" width="100%" height="100%" cellpadding="0" cellspacing="0"> <tr> <td valign="top" height="100%" class="welcomebg" bgcolor="000000"> <table width="100%" height="100%"><tr height="50%"><td valign="center"><a href="http://wormocodes.proboards.com"><img width="200" src="http://i280.photobucket.com/albums/kk168/SKBundy/316017686_429ce64b01.gif" ></a><img src="blank.gif" style="display: none"></td></tr><tr><td valign="bottom" align="center" > <marquee id="paradeToo" align="center" scrolldelay="200" direction="up" onmouseover="this.stop()" onmouseout="this.start()"><a href="http://wormocodes.proboards.com" onmouseover="this.parentNode.parentNode.parentNode.previousSibling.firstChild.firstChild.firstChild.src=this.firstChild.src;" onmouseout="this.parentNode.parentNode.parentNode.previousSibling.firstChild.firstChild.firstChild.src=this.parentNode.parentNode.parentNode.previousSibling.firstChild.firstChild.nextSibling.src;"><img src="http://i280.photobucket.com/albums/kk168/SKBundy/2394174236_5fc536b663.jpg" style="display: none" border="0" width="100" ><center>WormoCodes</center><br><br></a></marquee></td></tr></table>
</td> </tr> </table> </td> </tr></table>
<!-- HTML end -->
<script type="text/javascript"> <!-- // Wormoffiliate table v1.22 (Text Version) // Keep Header Intact - do not repost // by Wormopolis // wormocodes.proboards.com
var affiliateList=[ //["URL TO SITE","URL TO IMAGE","TEXT TO SHOW"], ["http://shacktoshowcase.proboards.com","http://i241.photobucket.com/albums/ff318/Shacktoshowcase/Affiliates/StSaffil.gif","Shack to Showcase"], ["http://trebleguitar.proboards.com","http://i275.photobucket.com/albums/jj309/DuffyGreeny/hayleyeditone-1.png", "TrebleGuitar"], ["http://tinyurl.com/3kgz2e","http://r.c172.com/soe/sig.jpg", "Duelists Elite"], ["http://thetowerlibrary.proboards.com","http://img136.imageshack.us/img136/6759/sigbannerjv5.jpg", "Tower Library"] // no comma last line ];
// NO NEED TO EDIT BELOW
affiTable=document.getElementById('affTableToo');
mainImage=affiTable.getElementsByTagName('td')[2].getElementsByTagName('img')[0]; saveImage=affiTable.getElementsByTagName('td')[2].getElementsByTagName('img')[1]; saveImage.src=mainImage.src; imageParade=document.getElementById("paradeToo"); firstLemming=imageParade.firstChild; for (i=0; i<affiliateList.length; i++) { newLemming=firstLemming.cloneNode(true); newLemming.href=affiliateList[i][0]; newLemming.firstChild.src=affiliateList[i][1]; newLemming.firstChild.nextSibling.innerHTML=affiliateList[i][2]; imageParade.appendChild(newLemming); } // --> </script>
preview: bottom of this page
|
|