找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 3706|回复: 4

[求助] 遇到一个JS调用的问题

[复制链接]
发表于 2011-12-19 15:35:29 | 显示全部楼层 |阅读模式 来自 江苏省徐州市
悬赏20金币未解决
首页代码里面有一个DIV块,其中写了四条栏目(每条一张图片一段简介当然还有“查看详情”和左右翻页按钮),但是网页显示的时候只要求显示一条栏目,其他栏目是通过调用JS实现自动翻页或手动翻页的。请问该DIV块代码怎么编辑?

发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;

如何回报帮助你解决问题的坛友,好办法就是点击帖子下方的评分按钮给对方加【金币】不会扣除自己的积分,做一个热心并受欢迎的人!

发表于 2012-2-25 11:14:08 | 显示全部楼层 来自 上海市
说的太笼统了、网址看看或者截图看看

发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;

如何回报帮助你解决问题的坛友,好办法就是点击帖子下方的评分按钮给对方加【金币】不会扣除自己的积分,做一个热心并受欢迎的人!

回复

使用道具 举报

发表于 2012-2-25 23:24:36 | 显示全部楼层 来自 江苏省南京市
抱歉我的能力暂时帮不了你

发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;

如何回报帮助你解决问题的坛友,好办法就是点击帖子下方的评分按钮给对方加【金币】不会扣除自己的积分,做一个热心并受欢迎的人!

回复

使用道具 举报

发表于 2012-2-29 08:27:54 | 显示全部楼层 来自 河南省许昌市
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.XXX.com/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.XXX.com/1999/xhtml">
<div class="center">
    <div class="left">
        <div id="hotImg">
            <style type="text/css">
          .bigon{background:url(images/newsb-02.gif);color:#FFF; line-height:18px;}
          .bigoff{background:url(images/newsb-03.gif);color:#000; line-height:18px;}
          a.bla{color:#000; text-decoration:none}
          a.bla:hover{color:#F00; text-decoration:underline}
          </style>
          <table width="312" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
           <td width="312">
           <div id="fc" style="width:310px;height:210px;filter:progidXImageTransform.Microsoft.Fade ( duration=0.5,overlap=1.0 );">
            <div style="display:block;">
            <a href="http://news.qq.com/a/20070810/002696.htm" target="_blank"><img src="images/5341462.jpg" width="310" height="210" border="0" onMouseOver="clearAuto();" onMouseOut="setAuto()" /></a></div>
            <div style="display:none;">
            <a href="http://news.qq.com/a/20070810/001162.htm" target="_blank"><img src="images/5338113.jpg" width="310" height="210" border="0" onMouseOver="clearAuto();" onMouseOut="setAuto()" /></a></div>
            <div style="display:none;">
            <a href="http://news.qq.com/a/20070810/002099.htm" target="_blank"><img src="images/5335760.jpg" width="310" height="210" border="0" onMouseOver="clearAuto();" onMouseOut="setAuto()" /></a></div>
            <div style="display:none;">
            <a href="http://news.qq.com/a/20070810/002099.htm" target="_blank"><img src="images/5335760.jpg" width="310" height="210" border="0" onMouseOver="clearAuto();" onMouseOut="setAuto()" /></a></div>
            </div>
            </td>
            </tr>
            <tr>
              <td height="26" background="http://mat1.qq.com/news/logo/newsb-01.gif"><table width="310" border="0" align="center" cellpadding="0" cellspacing="0">
                  <tr>
                    <td width="253" align="center"  onmouseover="clearAuto();" onMouseOut="setAuto()"><div id="con">
<div style="display:block;">
<a href="http://news.qq.com/a/20070810/002696.htm" target="_blank" class="bla">浙江客车坠入水库已有16人死亡</a></div>

<div style="display:none;">
<a href="http://news.qq.com/a/20070810/001162.htm" target="_blank" class="bla">温哥华中餐馆发生枪案</a></div>

<div style="display:none;">
<a href="http://news.qq.com/a/20070810/002099.htm" target="_blank" class="bla">危地马拉发生泥石流</a></div>
<div style="display:none;">
<a href="http://news.qq.com/a/20070810/002099.htm" target="_blank" class="bla">危地马拉发生泥石流</a></div>
        </div>
</td>
                    <td width="75"><table border="0" align="center" cellpadding="0" cellspacing="3" class="lhn" id="num">
                        <tr>
                          <td width="14" height="18" align="center" background="images/newsb-02.gif" class="bigon" onclick="Mea(0);" onmouseover="clearAuto();" onmouseout="setAuto()" style="cursor:pointer;">1</td>
                          <td width="14" align="center" background="images/newsb-03.gif" class="bigoff" onclick="Mea(1);" onmouseover="clearAuto();" onmouseout="setAuto()" style="cursor:pointer;">2</td>

发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;

如何回报帮助你解决问题的坛友,好办法就是点击帖子下方的评分按钮给对方加【金币】不会扣除自己的积分,做一个热心并受欢迎的人!

回复

使用道具 举报

发表于 2012-2-29 08:29:34 | 显示全部楼层 来自 河南省许昌市
看看对你有用没用!!没看明白你说的到底是那一块!!

发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;

如何回报帮助你解决问题的坛友,好办法就是点击帖子下方的评分按钮给对方加【金币】不会扣除自己的积分,做一个热心并受欢迎的人!

回复

使用道具 举报

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

本版积分规则 需要先绑定手机号

关闭

站长推荐上一条 /1 下一条

QQ|侵权投诉|广告报价|手机版|小黑屋|西部数码代理|飘仙建站论坛 ( 豫ICP备2022021143号-1 )

GMT+8, 2024-5-13 17:32 , Processed in 0.050847 second(s), 10 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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