PDA

View Full Version : Scrolling/Fading Affiliate Box


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

Smoothie
02-21-2007, 02:54 AM
Oops, now I see it. LOL

v5etboyphc
02-21-2007, 02:56 AM
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

Smoothie
02-21-2007, 03:25 AM
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
I meant I went to your demo link and didn't notice it at first. Went back and waited a few seconds and saw it. OK?

v5etboyphc
02-21-2007, 06:58 AM
I meant I went to your demo link and didn't notice it at first. Went back and waited a few seconds and saw it. OK?

sure thing i think that becuase i set the delay is little slow that why

titchpitch
03-01-2007, 07:10 PM
il try it thanks

Darigaz
03-02-2007, 02:49 PM
Where do I place the code?

v5etboyphc
03-06-2007, 01:03 AM
Where do I place the code?

anywhere. like in forumhome, header, navbar, footer template.. anywhere you want.

John Diver
03-06-2007, 06:05 AM
Can this be done vertically?

Thanks :)

v5etboyphc
03-06-2007, 06:17 AM
yep... depend on where you put it.
you can change stuff arround like the scrollin direction, size,..

Devil Woman
03-09-2007, 05:11 PM
I have added this to my forum, my only problem is that the banners will only go so far before fading out, it goes to just about half way they fades out rather than the whole way

You can see the affiliate part at the bottom here (http://www.share-central.org/forums)

Thanks

Staxed
03-10-2007, 02:47 AM
i might be using this :) thanks!

in the mean time...could you upload it as a file please

v5etboyphc
03-10-2007, 02:57 AM
I have added this to my forum, my only problem is that the banners will only go so far before fading out, it goes to just about half way they fades out rather than the whole way

You can see the affiliate part at the bottom here (http://www.share-central.org/forums)

Thanks

that you can change by the width change the number that to match with it

Atakan KOC
03-26-2007, 10:30 AM
Thanks....