The Arcive of vBulletin Modifications Site. |
|
Scrolling/Fading Affiliate Box Details »»
|
|||||||||||||||||||||||||
Scrolling/Fading Affiliate Box this help you add a scrolling box in your forum or anywhere you like including non vB pages.Live Demo 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: 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 />
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 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Oops, now I see it. LOL
|
|
#3
|
|||
|
|||
|
what do you mean? you mean you can't see it in the demo link?
http://www.g-worldz.com/forums/?styleid=6 scroll down at the bottom |
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
sure thing i think that becuase i set the delay is little slow that why
|
|
#6
|
|||
|
|||
|
il try it thanks
|
|
#7
|
|||
|
|||
|
Where do I place the code?
|
|
#8
|
|||
|
|||
|
anywhere. like in forumhome, header, navbar, footer template.. anywhere you want.
|
|
#9
|
|||
|
|||
|
Can this be done vertically?
Thanks
|
|
#10
|
|||
|
|||
|
yep... depend on where you put it.
you can change stuff arround like the scrollin direction, size,.. |
![]() |
|
|