首页幻灯

<style>
.focusBox { position: relative; width: 340px; height: 240px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }.focusBox .pic img { width: 340px; height: 240px; display: block; }.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%; background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }.focusBox .num li.on a,.focusBox .num a:hover{ background:#f60; }
</style>
<script type="text/javascript" src="[!--news.url--]skin/default/js/jquery.SuperSlide.js"></script>
<div class="focusBox">
<ul class="pic" style="position: relative; width: 340px; height: 240px;">
<li style="position: absolute; width: 340px; left: 0px; top: 0px; display: list-item;"><a href="/" target="_blank"><img src="[!--news.url--]skin/default/images/s1.jpg"></a></li>
<li style="position: absolute; width: 340px; left: 0px; top: 0px; display: none;"><a href="/" target="_blank"><img src="[!--news.url--]skin/default/images/s2.jpg"></a></li>
<li style="position: absolute; width: 340px; left: 0px; top: 0px; display: none;"><a href="/" target="_blank"><img src="[!--news.url--]skin/default/images/s3.jpg"></a></li>
</ul>

<ul class="num">
<li class="  on"><a>1</a><span></span></li>
<li class=" "><a>2</a><span></span></li>
<li class=""><a>3</a><span></span></li>

</ul>
</div>
<script type="text/javascript">
jQuery(".focusBox").slide({ titCell:".num li", mainCell:".pic",effect:"fold", autoPlay:true,trigger:"click",startFun:function(i){jQuery(".focusBox .txt li").eq(i).animate({"bottom":0}).siblings().animate({"bottom":-36});}});
</script>
时间: 2024-10-05 07:08:33

首页幻灯的相关文章

Dede首页幻灯版显示Bug修正

使用dedecms的时候,发现新下载的源文件中的首页的幻灯片不好用,无论更新哪篇新文章,即使没有带图片,幻灯片中都会有所展示,当然展示的是系统默认的美女孙燕姿. 修正办法 首先打到模板index.html中的幻灯版调用代码段 找到以下代码 {dede:arcfulllist row='5' att='3'} linkarr[[field:global name=autoindex/]] = "[field:arcurl/]"; picarr[[field:global name=aut

ionic 幻灯指令 ion-slide-box

学习要点:1.幻灯片 : ion-slide-box 指令介绍2. ion-slide-box : 属性设置定制播放行为3. ion-slide-box : 事件及变量4. 脚本接口: $ionicSlideBoxDelegate 1.幻灯片 : ion-slide-box 指令介绍ion-slide-box 可以做什么1. 可以做启动切换页面2. 可以做首页幻灯3. 可以做页面左右滑动切换Ionic 放在那个指令使用主要放在 ion-view 中使用幻灯片也是一种常见的 UI 表现方式,它从一

dede使用时遇到幻灯不显示解决办法

通过几天对dedecms 的功能的熟悉,发现使用时会有一些小小的问题.而且好多人也会遇到这些问题!我们在发表一篇文章时,有时会把它作为头条 推荐,或者是图片或幻灯!按照道理来讲只要你的文章有图片,并且你对你的文章的幻灯打了勾.在首页幻灯的地方应该显示你的图片.可是我们遇到的问题是有时它不显示.对于这个问题需要我们修改首页的代码! document.write('<param name="movie" value="{dede:global.$cfg_templeturl

(转)如何将ecshop首页主广告位的flash轮播替换为js轮播

转之--http://www.ecshoptemplate.com/article-1710.html 这个ecshop很常见,因为现在比起flash难以修改,js更加符合人们的使用习惯,而默认ecshop还是用flash来做的,这点非常不好,下面说一下如何修改 第一步:index.php里加了一个方法,调用XML文件:function get_flash_xml() function get_flash_xml() { $flashdb = array(); if (file_exists(R

ecmall数据库表详解 二次开发必备

文章分类表ecm_acategory 字段 类型 Null 默认 注释 cate_id int(10) 否   自增ID号,分类ID号 cate_name varchar(100) 否   分类的名称 parent_id int(10) 否   分类的父级ID sort_order Tinyint(3) 否   分类排序数字标识 code varchar(10) 否   分类的代码标识 用户地址表(ecm_address) 字段 类型 Null 默认 注释 addr_id int(10) 否  

幻灯片slider

<style> /*环保首页幻灯*/ .left_hd {width:980px; height: 240px; overflow:hidden;position: relative;} ul.list_img {position: absolute; width: 3000px;} ul ,li {list-style: none;} .list_img li {width: 980px;font-size: 30px;height: 240px;/*~~如果横向切换设置float:left

网站开发负责人需要注意那些事?

有灵感把他记录下来. 核心需求: 1.你的网站想要呈现什么,内容? 答:***网站需要首页.公司介绍.公司产品.在线商城(F2C).招商培训: 2.你要那些功能,比如首页(必须的).单页介绍.新闻动态.在线留言.(视频.图片浏览.会员.管理后台)? 答:首页.单页(公司介绍).产品介绍(单页).新闻动态:招商培训和在线商城(自成体系,以后讨论). 美工:(美感.色调.图片) 一.共同确定网站主色调. 二.美工出网站效果图psd. 技术考虑方向: 一.是否自适应,响应式需求,是单独做,还是做自适应

使用APICloud平台一周时间开发出休闲娱乐内容类APP

这款app是我花一周左右时间做出来的,一款阅读笑话,段子,糗事,脑筋急转弯,神回复,语录,谜语等的休闲娱乐app,用户除了可以浏览他人发布的内容外,自己也可以发布相关内容,和其他人一同分享有趣的内容,整个app集成了用户注册登录,修改昵称用户名及个性签名并在前端调用显示,用户自主发布帖子,他人点赞,以及首页幻灯播放等功能,通过做这款app让我也学到了好多东西,比如页面间传值,跨窗口执行js脚本,以及用户注册登录信息本地存储等等. APP截图: 安卓直接下载地址: http://downloadp

ASP.NET MVC在实际项目中的实践

最近这两年一直使用ASP.NET MVC开发游戏周边的网站,包括交易平台.运营平台.推广系统等,还有一些小型的财务管理方面的网站.公司内部使用和自用的一般界面设计弱,经常使用LigerUI搞定大多数.下面挑一些能看的界面,顺便说一说我在团队中一直应用的前端原则. 一.交易平台: 首先这个是交易平台的,采用经典的DDD分层架构,采用到的框架.库和产品:ASP.NET MVC+Entity Framework+Structure+AutoMapper+Log4net+STSdb4+ChnCharIn