Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索

[疑问] 我的幻灯片为什么只出了个样子不能动

[复制链接]
ppddt2011 发表于 2009-7-31 15:14:04 | 显示全部楼层 |阅读模式
下面是幻灯片的样子和我的代码, 幻灯片不能动灰色的地反也点不了连接  帮我看看问题出在哪了吧
QQ截图未命名.jpg


<!--图文资讯幻灯片-->
        <!--{block name="spacenews" parameter="haveattach/2/showattach/1/showdetail/1/order/i.dateline DESC/limit/0,4/subjectlen/48/subjectdot/1/messagelen/170/messagedot/1/cachetime/11930/cachename/picnews"}-->
                       
<div class="col6" id="news_focus_turn">
                        <!--{if !empty( $_SBLOCK['picnews'])}-->
                                <div id="news_focus_turn_pic">
                                <div id="news_focus_turn_picList" style="left:0; top:0;">
                                        <ul>
                                                <!--{loop $_SBLOCK['picnews'] $pkey $pvalue}-->
                                                <li><a href="#action/viewnews/itemid/$pvalue[itemid]#"><img src="$pvalue['a_filepath']" alt="$pvalue[subject]" /></a></li>
                                                <!--{/loop}-->
                                        </ul>
                                </div>
                                </div>
                                <div id="news_focus_turn_btn">
                                        <ul>
                                                <!--{eval $i = 0}-->
                                                <!--{loop $_SBLOCK['picnews'] $key $value}-->
                                                <!--{eval $current = ($i == 0 ? 'current' : 'normal');}-->
                                                <li class="$current"><img src="$value[a_thumbpath]" alt="$value[subject]" /></li>
                                                <!--{eval $i++}-->
                                                <!--{/loop}-->
                                        </ul>
                                </div>
               
                        <!--{/if}-->
                        </div>
回复

使用道具 举报

lidq.jingwu 发表于 2009-7-31 15:38:54 | 显示全部楼层
你的代码没看出来什么问题,估计是文件上传过程中出的错误 ,二进制上传标准文件,覆盖现在的文件试试。
几种常见的FTP软件的二进制设置说明:http://faq.comsenz.com/action-viewnews-itemid-373
回复

使用道具 举报

ljjk5 发表于 2009-7-31 15:46:37 | 显示全部楼层
<!--图文资讯幻灯片-->
        <!--{block name="spacenews" parameter="haveattach/2/showattach/1/showdetail/1/order/i.dateline DESC/limit/0,4/subjectlen/48/subjectdot/1/messagelen/170/messagedot/1/cachetime/11930/cachename/picnews"}-->
        <div class="column">
                <div class="box_l col_710">

                        <div class="box_l col_400" id="news_focus_turn">
                        <!--{if !empty( $_SBLOCK['picnews'])}-->
                                <div id="news_focus_turn_pic">
                                <div id="news_focus_turn_picList" style="left:0; top:0;">
                                        <ul>
                                                <!--{loop $_SBLOCK['picnews'] $pkey $pvalue}-->
                                                <li><a href="#action/viewnews/itemid/$pvalue[itemid]#"><img src="$pvalue['a_filepath']" alt="$pvalue[subject]" /></a></li>
                                                <!--{/loop}-->
                                        </ul>
                                </div>
                                </div>
                                <div id="news_focus_turn_btn">
                                        <ul>
                                                <!--{eval $i = 0}-->
                                                <!--{loop $_SBLOCK['picnews'] $key $value}-->
                                                <!--{eval $current = ($i == 0 ? 'current' : 'normal');}-->
                                                <li class="$current"><img src="$value[a_thumbpath]" alt="$value[subject]" /></li>
                                                <!--{eval $i++}-->
                                                <!--{/loop}-->
                                        </ul>
                                </div>
                                <div id="news_focus_turn_tx">
                                        <ul>
                                                <!--{eval $i = 0}-->
                                                <!--{loop $_SBLOCK['picnews'] $bkey $bvalue}-->
                                                <!--{eval $current = ($i == 0 ? 'current' : 'normal');}-->
                                                <li class="$current"><h3><a href="$bvalue[url]">$bvalue[subject]</a></h3><strong>[#date('m.d', $bvalue['dateline'])#]</strong>
                                                <p>$bvalue[message]<a href="$bvalue[url]">阅读全文</a></p>
                                                </li>
                                                <!--{eval $i++}-->
                                                <!--{/loop}-->
                                        </ul>
                                </div>
                        <!--{/if}-->
                        </div><!--news_focus_turn end-->
回复

使用道具 举报

littlehz 发表于 2009-7-31 16:17:26 | 显示全部楼层
这段代码没什么问题,除了可能不是二进制上传原因外,还有可能是自己添加删除了一些js文件,导致javascript缺失或者冲突。检查自己有没有在网站上插入一些js代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-9-12 09:05 , Processed in 0.136777 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表