Jump to content
xt:Commerce Community Forum

Neue Artikel Box animiert darstellen


reinyy

Recommended Posts

bestsellerbox scollen:

code in box_best_sellers.html


<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...

Link to comment
Share on other sites

Danke , aber ich wollte eigentlich die Whats new Box zum scrollen bringen.

Wie funktioniert das dann?

Nur die marquee Einstellung bringts nicht dann scrollt immer das selbe Produkt.

Ich m?chte aber das dann immer andere Produkte scrollen.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...