https://www.icyphoenix.com/viewtopic.php?f=26&t=3016&p=21127#p21127
-----------------------------------
Mighty Gorgon
Mon 05 Nov, 2007 00:51

Re: FAP Portal Block - Scrolling Effect?
-----------------------------------
I didn't look at how it is coded, but I guess you may add marquee in the tpl... it shouldn't be difficult if you know html.

Something like this (you have to readapt it...):

[codeblock]<marquee id="recent_topics" behavior="scroll" direction="up" height="200" scrolldelay="100" scrollamount="2" loop="true" onmouseover="this.stop()" onmouseout="this.start()">
<!-- BEGIN recent_pic_row -->
<a href="{scroll.recent_pic_row.U_TITLE}" title="{scroll.recent_pic_row.L_TITLE}"><b>{scroll.recent_pic_row.L_TITLE}</b></a><br />
{L_BY} <a href="{scroll.recent_pic_row.U_POSTER}">{scroll.recent_pic_row.S_POSTER}</a> {L_ON} {scroll.recent_pic_row.S_POSTTIME}<br /><br />
<!-- END recent_pic_row -->
</marquee>[/codeblock]


