bestsellerbox scollen:
code in box_best_sellers.html
Code:
<marquee behavior= "scroll" align= "center" direction= "up" height="120" scrollamount= "1" scrolldelay= "60" onMouseOver='this.stop()' onMouseOut='this.start()'>
<table width="100%" border="0" cellspacing="2" cellpadding="0">
{foreach name=aussen item=box_data from=$box_content}
<tr>
<td valign="top" class="boxText" style="border-bottom: 1px solid; border-color: #cccccc;">{$box_data.ID}.</td>
<td style="border-bottom: 1px solid; border-color: #cccccc;" class="boxText">
<table width="100%"border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="boxText"><a href="{$box_data.LINK}">{$box_data.NAME}</a> </td>
</tr>
<tr>
<td class="boxTextPrice" align="right"><strong>{$box_data.PRICE}</strong></td>
</tr>
</table>
</td>
</tr>
{/foreach}
</table>
</marquee>
ist ein einfaches marquee kannst nat?rlich noch anpassen mit oder ohne bild...