Re: problema na scroll do last topics on ndex
Enviado: 10 Jan 2013, 09:20
robra ai eu ja nao tenho tanta experiencia assim pra fazer essas alteraçoes....voce poderia ajudar? se nao for muito incomodo...
Suporte com ética e seriedade
https://suportephpbb.com.br/
/styles/subsilver2/template/viewlast_post_slide.html
.Código: Selecionar todos
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><span class="nav">{L_LP_TITLE}</span></td>
</tr>
<tr><td colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->">
<marquee id="recent_topics" behavior="scroll" direction="up" height="200" scrolldelay="50" scrollamount="2">
<table width="100%">
<!-- BEGIN latest_topics -->
<tr>
<td class="row1" width="25" align="center"><img src="<!-- IF latest_topics.S_UNREAD_TOPIC -->./styles/subsilver2/imageset/forum_unread.gif<!-- ELSE -->./styles/subsilver2/imageset/forum_read.gif<!-- ENDIF -->" /></td>
<td class="row1">
<a title="{L_POSTED}: {latest_topics.LP_TOPIC_POSTTIME}" href="{latest_topics.LP_U_VIEW_TOPIC}" class="topictitle" onMouseOver="document.all.recent_topics.stop()" onMouseOut="document.all.recent_topics.start()">{latest_topics.LP_FULL_TITLE}</a>
</td>
<td class="row2" width="130" align="center"><p class="topicauthor">{latest_topics.LP_TOPIC_STARTER}</td>
<td class="row1" width="50" align="center"><p class="topicdetails">{latest_topics.LP_T_REPLIES}</p></td>
<td class="row2" width="50" align="center"><p class="topicdetails">{latest_topics.LP_T_VIEWS}</p></td>
<td class="row1" width="140" align="center">
<p class="topicdetails" style="white-space: nowrap;">{latest_topics.LP_TOPIC_LASTPOSTTIME}</p>
<p class="topicdetails">{latest_topics.LP_TOPIC_LASTPOSTBY}
<a href="{latest_topics.LP_U_VIEW_TOPIC}">{LAST_POST_IMG}</a>
</p>
</td>
</tr>
<!-- END latest_topics -->
</table>
</marquee>
</td>
</tr>
<tr align="center">
<td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"> </td>
</tr>
</table>
Código: Selecionar todos
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><span class="nav">{L_LP_TITLE}</span></td>
</tr>
<tr><td colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->">
<marquee id="recent_topics" onmouseover=this.stop() onmouseout=this.start() behavior="scroll" direction="up" height="125" scrolldelay="50" scrollamount="2">
<table width="100%">
<!-- BEGIN latest_topics -->
<tr>
<td class="row1" width="25" align="center"><img src="<!-- IF latest_topics.S_UNREAD_TOPIC -->./styles/subsilver2/imageset/forum_unread.gif<!-- ELSE -->./styles/subsilver2/imageset/forum_read.gif<!-- ENDIF -->" /></td>
<td class="row1">
<a title="{L_POSTED}: {latest_topics.LP_TOPIC_POSTTIME}" href="{latest_topics.LP_U_VIEW_TOPIC}" class="topictitle" onMouseOver="document.all.recent_topics.stop()" onMouseOut="document.all.recent_topics.start()">{latest_topics.LP_FULL_TITLE}</a>
</td>
<td class="row2" width="130" align="center"><p class="topicauthor">{latest_topics.LP_TOPIC_STARTER}</td>
<td class="row1" width="50" align="center"><p class="topicdetails">{latest_topics.LP_T_REPLIES}</p></td>
<td class="row2" width="50" align="center"><p class="topicdetails">{latest_topics.LP_T_VIEWS}</p></td>
<td class="row1" width="140" align="center">
<p class="topicdetails" style="white-space: nowrap;">{latest_topics.LP_TOPIC_LASTPOSTTIME}</p>
<p class="topicdetails">{latest_topics.LP_TOPIC_LASTPOSTBY}
<a href="{latest_topics.LP_U_VIEW_TOPIC}">{LAST_POST_IMG}</a>
</p>
</td>
</tr>
<!-- END latest_topics -->
</table>
</marquee>
</td>
</tr>
<tr align="center">
<td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"> </td>
</tr>
</table>