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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 首頁 DIY 放上了一個 圖片滾動 效果 但是 juqry 衝突了...

[复制链接]
phi12345 发表于 2013-10-7 10:12:38 | 显示全部楼层 |阅读模式
首頁 DIY 放上了一個 圖片滾動 效果 但是 juqry 衝突了...

有甚麼辦法可以解決呢?

原始碼

  1. <script type="text/javascript" src="../bbs/template/default/js/jquery.js"></script>
  2. <script type="text/javascript" src="../bbs/template/default/js/lrtk.js"></script>
  3. <style type="text/css">
  4. body,ul,li{ padding:0; margin:0;}
  5. ul,li{ list-style:none;}
  6. img{ border:none;}
  7. .box{ width:980px; margin:0 auto; position:relative; overflow:hidden; _height:100%;}
  8. .picbox{ width:980px; height:115px; overflow:hidden; position:relative;}
  9. .piclist{ height:115px;position:absolute; left:0px; top:0px}
  10. .piclist li{ background:#eee; margin-right:20px; padding:5px; float:left;}
  11. .swaplist{ position:absolute; left:-3000px; top:0px}
  12. .og_prev,.og_next{ width:30px; height:50px; background:url(../bbs/template/default/images/icon.png) no-repeat; background:url(../bbs/template/default/images/icon_ie6.png) no-repeat\9; position:absolute; top:33px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
  13. .og_prev{ background-position:0 -60px; left:4px;}
  14. .og_next{ background-position:0 0; right:4px;}
  15. </style>

  16. <div class="box">
  17.     <div class="picbox">
  18.         <ul class="piclist mainlist">
  19.         [loop]
  20.             <li><a href="{url}" target="_blank"><img src="{pic}" width="210" height="105" title="{title}" /></a></li>
  21.         [/loop]
  22.         </ul>
  23.         <ul class="piclist swaplist"></ul>
  24.     </div>
  25.     <div class="og_prev"></div>
  26.     <div class="og_next"></div>
  27. </div>
复制代码




本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
乖「 发表于 2013-10-10 11:30:00 | 显示全部楼层
参阅JQ的核心函数!
回复

使用道具 举报

liqiang_fu 发表于 2014-9-6 08:12:52 | 显示全部楼层
看帖要回帖
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-18 10:30 , Processed in 0.028242 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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