网站上有焦点幻灯片可以让整个网站动感十足,我们在学习论坛网站制作教程时,也可以自己去制作焦点幻灯片,让自己的网站上拥有自己喜欢的焦点幻灯片效果。
discuz论坛制作焦点幻灯片的步骤
- 在网站显示幻灯片的位置放入以下的HTML代码;<div id=”focus001″>
<ul>
<li><a href=”/” target=”_blank”><img src=”/img/01.jpg” alt=”jquery特效” /></a></li>
<li><a href=”/” target=”_blank”><img src=”/img/02.jpg” alt=”DIVCSS5″ /></a></li>
<li><a href=”/” target=”_blank”><img src=”/img/03.jpg” alt=”点击左右滚动jquery焦点图特效” /></a></li>
</ul>
</div>- 在幻灯片所在的页面的顶部的HEAD标签中放入以下的CSS样式代码,控制幻灯片的显示样式;
/* 以下特效CSS */
.focus {width:600px; height:280px; margin:0 auto; overflow:hidden; position:relative;}
.focus ul {height:380px; position:absolute;}
.focus ul li {float:left; width:600px; height:280px; overflow:hidden; position:relative; background:#000;}
.focus ul li div {position:absolute; overflow:hidden;}
.focus .btnBg {position:absolute; width:600px; height:20px; left:0; bottom:0; background:#000; display:none;}
.focus .btn {position:absolute; width:680px; height:23px; padding:0px 10px 0px 10px; right:0; bottom:6px; text-align:right;}
.focus .btn span {display:inline-block; _display:inline; _zoom:1; width:25px; height:24px; line-height:24px; text-align:center; _font-size:0; margin-left:5px; cursor:pointer; background:#fff;}
.focus .btn span.on {background:#fff;}
.focus .preNext {width:45px; height:100px; position:absolute; top:90px; background:url(img/sprite.png) no-repeat 0 0; cursor:pointer;}
.focus .pre {left:0;}
.focus .next {right:0; background-position:right top;}
</style>
<script type=”text/JAVAscript” src=”/js/jquery.min.js”></script>
<script type=”text/JAVAscript” src=”/js/sl.js”></script>
<script type=”text/JAVAscript”>
$(document).ready(function(){
$.focus(“#focus001”);
});
</script>- 下载幻灯片的JS文件,然后解压上传到自己网站的根目录下。下载地址:https://pan.baidu.com/s/1gdKl6ld
- 通过FTP软件去替IMG文件夹中的图片为自己网站的图片即可。
© 版权声明文章版权归作者所有,未经允许请勿转载。THE END喜欢就支持一下吧相关推荐评论 抢沙发提交欢迎您留下宝贵的见解!随即推荐Hitomi Downloader多功能下载工具v4.2中文版
Hitomi-Downloader 是个功能全面的下载工具,除了支持传统的 BT 和 磁力链以外,还可以用于下载网络上的图片、视频和音频等类型的文件,适用于 Windows 平台。李林生物真题《2025高考生物·分类全刷基础1000题 (试题+解析) 》
2025版全国通用,含2024高考真题。划分14个专题、157个小节,细致归类、详细划分,边巩固基础知识,便通过答题查漏补缺。 链接:https://pan.quark.cn/s/fdf8dfecdcdb - 在幻灯片所在的页面的顶部的HEAD标签中放入以下的CSS样式代码,控制幻灯片的显示样式;
暂无评论内容