`
ice-cream
  • 浏览: 320656 次
  • 性别: Icon_minigender_2
  • 来自: 上海
社区版块
存档分类
最新评论

js图片轮换效果(二)

IE 
阅读更多

结构:

<ul id="picture">
	<li><img src="images/pic1.gif" alt="xx" title="xx" width="600" height="222" /></li>
	<li><img src="images/pic2.gif" alt="xx" title="xx" width="600" height="222" /></li>
	<li><img src="images/pic3.gif" alt="xx" title="xx" width="600" height="222" /></li>
</ul>

 调用:

$(function(){
	$('ul#picture').innerfade({
		speed: 1000,
		timeout: 2500
	});
});
  • 大小: 87.2 KB
分享到:
评论
7 楼 ice-cream 2009-07-07  
twostone 写道
“ie下不显示,是编码的问题,我重新设置了一下,现在ok了”

IE6下还是不显哦

重新看了下,不知道为啥ie下都不显示,但是试过新建一个页面把代码粘贴过去就可以了
6 楼 twostone 2009-06-19  
“ie下不显示,是编码的问题,我重新设置了一下,现在ok了”

IE6下还是不显哦
5 楼 ice-cream 2009-04-18  
chenzengpeng 写道

你的demo显示不了呀?

ie下不显示,是编码的问题,我重新设置了一下,现在ok了
4 楼 chenzengpeng 2009-04-18  
你的demo显示不了呀?
3 楼 rym1020 2009-04-09  
ice-cream 写道

没明白你的问题,能详细描述一下么?

网页有23中过渡效果。。。详情请看我写的这个图片轮换
http://www.52tian.com/gg/piao_yajiao.htm
可惜不通用,你这个是通用的,可惜只有一种效果
2 楼 ice-cream 2009-04-06  
rym1020 写道

怎么不支持随机过渡效果呢?

没明白你的问题,能详细描述一下么?
1 楼 rym1020 2009-04-05  
怎么不支持随机过渡效果呢?

相关推荐

Global site tag (gtag.js) - Google Analytics