精华帖 (0) :: 良好帖 (0) :: 新手帖 (6) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2011-04-07
思路很好啊,厉害!
|
|
返回顶楼 | |
发表时间:2011-04-07
happy175 写道 这是做成可自动切换的就好了
自动切换简单啊,setInterval里调slideleft就可以了啊 |
|
返回顶楼 | |
发表时间:2011-04-07
stoneskin 写道 css 里的 *width:400px;
那个 "*"有什么忒别作用吗? 这个是针对IE的 IE里width包括了边线,其它浏览器是不包括边线的,所以IE的Width要多2个像素. |
|
返回顶楼 | |
发表时间:2011-04-08
redstarofsleep 写道 stoneskin 写道 css 里的 *width:400px;
那个 "*"有什么忒别作用吗? 这个是针对IE的 IE里width包括了边线,其它浏览器是不包括边线的,所以IE的Width要多2个像素. 做出自动的也是很简单的啊 |
|
返回顶楼 | |
发表时间:2011-04-09
firefox 下不成啊
|
|
返回顶楼 | |
发表时间:2011-04-10
yuqihui 写道 firefox 下不成啊
不可能啊,我在FireFox和IE8下都试过.. |
|
返回顶楼 | |
发表时间:2011-04-22
JQuery 本身就提供了slide左右的代码,就一句话啊。。。
$(node).show("slide", { direction : "left" // "right", "up", "down" }, 1000); // specific the animation time see, so easy..... |
|
返回顶楼 | |
发表时间:2011-04-23
georgezeng 写道 JQuery 本身就提供了slide左右的代码,就一句话啊。。。 $(node).show("slide", { direction : "left" // "right", "up", "down" }, 1000); // specific the animation time see, so easy..... 这个direction 是指什么? |
|
返回顶楼 | |
发表时间:2011-04-24
redstarofsleep 写道 georgezeng 写道 JQuery 本身就提供了slide左右的代码,就一句话啊。。。
$(node).show("slide", { direction : "left" // "right", "up", "down" }, 1000); // specific the animation time see, so easy..... 这个direction 是指什么? direction指的是滑动的方向 |
|
返回顶楼 | |
发表时间:2011-04-24
georgezeng 写道 redstarofsleep 写道 georgezeng 写道 JQuery 本身就提供了slide左右的代码,就一句话啊。。。
$(node).show("slide", { direction : "left" // "right", "up", "down" }, 1000); // specific the animation time see, so easy..... 这个direction 是指什么? direction指的是滑动的方向 我试了,不行啊..... 除了JQuery核心库,是不是还要导什么JS? 官方文档上也没有找到找到这种用法啊 |
|
返回顶楼 | |