Looks familiar to what I posted on vbadvanced but for a module....
http://www.vbadvanced.com/forum/showthread.php?t=16732
Like how you are taking the credit.
This is what you put:
Code:
<tr>
<td class="tcat"><span class="smallfont"><strong><center>$vba_options[portal_blockbullet]Affiliates</center></strong></span>
</td>
</tr>
<tr>
<td class="$getbgrow" width="140">
<style>
.imgfade{filter:alpha(opacity=30); -moz-opacity:1;margin-left:3px}
.imgfull{filter:alpha(opacity=100); -moz-opacity:1;margin-left:3px}
</style>
<marquee width="700" valign="center" direction="right" scrolldelay="2" scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()">
<a href="url here"><img src="image link here " alt="alt text here" border="0" /></a>
<!-- End Links -->
</Marquee>
</td>
</tr>
</table>
<br />
<br />
Which looks awfully familiar to my code I posted:
Code:
<!-- Scrolling/Fading Links -->
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="175">
<tr>
<td class="tcat"><span class="smallfont"><strong><center>$vba_options[portal_blockbullet]Affiliates</center></strong></span>
</td>
</tr>
<tr>
<td class="$getbgrow" width="100%">
<style>
.imgfade{filter:alpha(opacity=30); -moz-opacity:0.5;margin-left:3px}
.imgfull{filter:alpha(opacity=100); -moz-opacity:1;margin-left:3px}
</style>
<marquee width="100%" valign="center" direction="up" scrolldelay="2" scrollamount="1.5" onmouseover="this.stop()" onmouseout="this.start()">
<center>
<!-- Begin Links -->
<a href="http://www.yoursite.com/" target="_blank" ><img class="imgfade" onmouseover="this.className='imgfull'" onmouseout="this.className='imgfade'" alt="" src="http://www.yoursiteimage.com/" ></a><br /><br />
<a href="http://www.yoursite.com/" target="_blank" ><img class="imgfade" onmouseover="this.className='imgfull'" onmouseout="this.className='imgfade'" alt="" src="http://www.yoursiteimage.com/" ></a><br /><br />
<a href="http://www.yoursite.com/" target="_blank" ><img class="imgfade" onmouseover="this.className='imgfull'" onmouseout="this.className='imgfade'" alt="" src="http://www.yoursiteimage.com/" ></a><br /><br />
<a href="http://www.yoursite.com/" target="_blank" ><img class="imgfade" onmouseover="this.className='imgfull'" onmouseout="this.className='imgfade'" alt="" src="http://www.yoursiteimage.com/" ></a><br /><br />
<a href="http://www.yoursite.com/" target="_blank" ><img class="imgfade" onmouseover="this.className='imgfull'" onmouseout="this.className='imgfade'" alt="" src="http://www.yoursiteimage.com/" ></a><br /><br />
<!-- End Links -->
</center>
</Marquee>
</td>
</tr>
</table>
<br />
<!-- End Scrolling/Fading Links -->
I've bolded and red text the main parts that you can tell you've taken from my post at vBa. You even left the vba code...Maybe next time give credit to those who deserve it or even ask the author if you could use the code. I've not seen ANYONE post the fading icons like that...everyone used javascript, which only worked in IE, until I posted my way on vBa.
While editing parts out of my code...you seemed to have forgotten to edit other parts out (which are also bolded).
I guess now I should make a post on how to get a better affiliate system going with image fade and marquee. If you look at my affiliate links on the bottom of my graphics forum (
www.layeredgfx.com/forums/) you will see my affiliate system. With mine, it actually looks like it's apart of the What's going on section and is collapsible. Yes, it doesn't have a marquee, but that's what...2 short lines of code...