Page 1 of 1

Change the play controls

Posted: 02 Dec 2011, 15:16
by Terr0r
I have a question

Is it possible to set the play controls in the Recent Active Topics block

Like this
topstatsee.png
this is the code what I now have on the moment

Code: Select all

					<dd class="lastpost"><span style="text-align:right; padding-right:10px;">{L_LAST_POST}
<!-- IF S_TS_JSSCROLL and TS_JSSCROLL_NAVIGATION and not S_TS_TICKER -->
<a href="#" title="{L_PREVIOUS_SCROLL}" id="ticker-previous"><img src="{ROOT_PATH}images/player_rew.png" width="16" height="16" alt="{L_PREVIOUS_SCROLL}" /></a> <a href="#" title="{L_NEXT_SCROLL}" id="ticker-next"><img src="{ROOT_PATH}images/player_fwd.png" width="16" height="16" alt="{L_NEXT_SCROLL}" /></a> <a href="#" title="{L_STOP_SCROLL}" id="stop"><img src="{ROOT_PATH}images/player_pause.png" width="16" height="16" alt="{L_STOP_SCROLL}" /></a> <a href="#" title="{L_START_SCROLL}" id="start"><img src="{ROOT_PATH}images/player_play.png" width="16" height="16" alt="{L_START_SCROLL}" /></a>
<!-- ENDIF -->
</span>
					</dd>
Olny the play controls are not on the good position how get I it good on the good position

Greets Terr0r