1
xsell
Little Help with Marquee
  • 2009/8/21 6:40

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


Hello
I have Made block with template to show some Comment on Marquee.. It all work Ok But the Marquee seems Multiplay .for each Comment .. i want it to move left ro right without Multiplay the Marqquee for each Comment .. This wht i have in the Template file.

<{foreach item=comment from=$block.comment}>
   <
td align="right">
   <
marquee scrolldelay=50 scrollamount="3" hspace="2" height="30" width="100" ><{$comment.name}> :
<{
$comment.comment}>
</
marquee></td><{/foreach}>


the comments look like they fade behind each other , because the maqruee multiplayed

2
frankblack
Re: Little Help with Marquee
  • 2009/8/21 19:33

  • frankblack

  • Just can't stay away

  • Posts: 830

  • Since: 2005/6/13


Your marquee sits in a foreach, so this is why it gets multiplied. Perhaps like this:

<marquee scrolldelay=50 scrollamount="3" hspace="2" height="30" width="100" >
<{foreach 
item=comment from=$block.comment}> 
<{
$comment.name}> : <{$comment.comment}> | 
<{/foreach}>
</
marquee>

3
xsell
Re: Little Help with Marquee
  • 2009/8/21 22:42

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


A++++++++ Frankblack You the Man .. Thx Man that Done it..

Login

Who's Online

137 user(s) are online (83 user(s) are browsing Support Forums)


Members: 0


Guests: 137


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits