|
Post by Schubaltz on Apr 18, 2007 18:48:18 GMT -5
Because what's a database without one? Description: Creates a bordered marquee for your affiliated sites' mini-banners. Source: Open Cross-browser: Yes Editing: [/color] - marquee width red - scroll speed on mouseover[/ul] Main Footer <!-- (begin) Affiliates Marquee --> <div style="width: auto; text-align: center"> <div style="width: 80%; margin: auto; padding: 1px" class="bordercolor"> <div class="windowbg"><marquee style="padding: 5px" onmouseover="this.scrollAmount = 0" onmouseout="this.scrollAmount = 6"> <a href="URL"><img src="IMAGE" style="border: 0" /></a> <a href="URL"><img src="IMAGE" style="border: 0" /></a> <a href="URL"><img src="IMAGE" style="border: 0" /></a> </marquee></div> </div> </div> <!-- (end) Affiliates Marquee -->
|
|
|
Post by cetrasan on Nov 16, 2007 14:50:01 GMT -5
<!-- (begin) Affiliates Marquee --> <div style="width: auto; text-align: center"> <div class="titlebg" style="width: 47%; margin: auto; padding: 1px" class="bordercolor">Partners <div class="windowbg"><marquee style="padding: 5px" onmouseover="this.scrollAmount = 0" onmouseout="this.scrollAmount = 3"> <a href="URL"><img src="IMAGE" style="border: 0" /></a> <a href="URL"><img src="IMAGE" style="border: 0" /></a> <a href="URL"><img src="IMAGE" style="border: 0" /></a> </marquee></div> </div> </div> <!-- (end) Affiliates Marquee -->
That's with a slight adjustment that adds the gradient your are using to a bar above the scrolling, where you can also add any text you wanna add.
|
|
|
Post by gray929 on Nov 16, 2007 20:52:25 GMT -5
Aww. The power of open source at work. xD
Nice addition there, cetrasan.
|
|