这个在哪去掉
论坛滑动显示的
5 金币最佳答案
template/default/common/footer.htm
如果要全部去掉话搜索删除
<div id="scrolltop"> <!--{if $_G && $_G['mod'] == 'viewthread'}--> <span><a href="forum.php?mod=post&action=reply&fid=$_G&tid=$_G&extra=$_GET&page=$page{if $_GET}&from=$_GET{/if}" onclick="showWindow('reply', this.href)" class="replyfast" title="{lang fastreply}"><b>{lang fastreply}</b></a></span> <!--{/if}--> <span hidefocus="true"><a title="{lang scrolltop}" onclick="window.scrollTo('0','0')" class="scrolltopa" ><b>{lang scrolltop}</b></a></span> <!--{if $_G}--> <span> <!--{if $_G['mod'] == 'viewthread'}--> <a href="forum.php?mod=forumdisplay&fid=$_G" hidefocus="true" class="returnlist" title="{lang return_list}"><b>{lang return_list}</b></a> <!--{else}--> <a href="forum.php" hidefocus="true" class="returnboard" title="{lang return_forum}"><b>{lang return_forum}</b></a> <!--{/if}--> </span> <!--{/if}--></div><script type="text/javascript">_attachEvent(window, 'scroll', function () { showTopLink(); });checkBlind();</script>
科站网发表于昨天 11:05
[*]详细答案 >
你百度下css怎么隐藏代码,然后隐藏相关代码的样式就行了,如果找不到就加底部 template/default/common/footer.htm
如果要全部去掉话搜索删除
<div id="scrolltop"> <!--{if $_G && $_G['mod'] == 'viewthread'}--> <span><a href="forum.php?mod=post&action=reply&fid=$_G&tid=$_G&extra=$_GET&page=$page{if $_GET}&from=$_GET{/if}" onclick="showWindow('reply', this.href)" class="replyfast" title="{lang fastreply}"><b>{lang fastreply}</b></a></span> <!--{/if}--> <span hidefocus="true"><a title="{lang scrolltop}" onclick="window.scrollTo('0','0')" class="scrolltopa" ><b>{lang scrolltop}</b></a></span> <!--{if $_G}--> <span> <!--{if $_G['mod'] == 'viewthread'}--> <a href="forum.php?mod=forumdisplay&fid=$_G" hidefocus="true" class="returnlist" title="{lang return_list}"><b>{lang return_list}</b></a> <!--{else}--> <a href="forum.php" hidefocus="true" class="returnboard" title="{lang return_forum}"><b>{lang return_forum}</b></a> <!--{/if}--> </span> <!--{/if}--></div><script type="text/javascript">_attachEvent(window, 'scroll', function () { showTopLink(); });checkBlind();</script>
页:
[1]