v5etboyphc
02-20-2007, 10:00 PM
Scrolling/Fading Affiliate Box
this help you add a scrolling box in your forum or anywhere you like including non vB pages.
Live Demo (http://www.g-worldz.com/forums/?styleid=6)
Scroll Down At The Bottom And See
Update: Added Attachment As Request
This code can be insert into any template you like like header, footer, or navbar or either forumhome if you wanted to
but for me i would insert it in footer template
Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width=100%">
<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="3" onmouseover="this.stop()" onmouseout="this.start()">
<a href="http://www.g-worldz.com"><img src="http://www.g-worldz.com/g-worldz.gif" alt="Game Worldz" border="0" /></a>
<!-- End Links -->
</Marquee>
</td>
</tr>
</table>
<br />
For those in red you can change it if you like to
It fine if you leave it
and i have insert one of the link in for example see if it work
Click install if you going to use this
this help you add a scrolling box in your forum or anywhere you like including non vB pages.
Live Demo (http://www.g-worldz.com/forums/?styleid=6)
Scroll Down At The Bottom And See
Update: Added Attachment As Request
This code can be insert into any template you like like header, footer, or navbar or either forumhome if you wanted to
but for me i would insert it in footer template
Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width=100%">
<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="3" onmouseover="this.stop()" onmouseout="this.start()">
<a href="http://www.g-worldz.com"><img src="http://www.g-worldz.com/g-worldz.gif" alt="Game Worldz" border="0" /></a>
<!-- End Links -->
</Marquee>
</td>
</tr>
</table>
<br />
For those in red you can change it if you like to
It fine if you leave it
and i have insert one of the link in for example see if it work
Click install if you going to use this