返回列表 發帖

請問有jquery scroll 的教學?

我是Jquery, css, html 的新人(其他都不會)

我大概想做像:http://juliaariellephotography.com/
的圖像滾動。

在網找了很多plugin 都給不了我理想的效果。
試過最為接近的:
http://www.smoothdivscroll.com/#download

但是, 當我放入$('div') .sliderToggle (); 後, 失敗了。
感覺是position的問題。

﹣﹣﹣﹣﹣

所以說, 請問大大有沒有簡單點的方法?
50 字節以內
不支持自定義 Discuz! 代碼

回復 3# testingplayer

你提供的那個網站就是用 jQuery tools 啊,看他用的語法如下:
$("div.scrollable").scrollable({
        keyboardSteps: 1,
        clickable: true,
        keyboard: 'static',
        size: 1,
        loop: true
}); 
To infinity and beyond!

TOP

本帖最後由 testingplayer 於 2011-9-30 23:30 編輯

回復 2# wmh


    已經試過了。但還是不是我想要。

想了很久,都想不到方法。
如果插入layer 的話,又不想出現scroll bar .
<div class="scrollbar">

.scrollbar
        overflow: auto;
        height: 400px;
        width: 400px;
50 字節以內
不支持自定義 Discuz! 代碼

TOP

試試看 jQuery tools 的 scrollable:
http://flowplayer.org/tools/demos/scrollable/index.html
To infinity and beyond!

TOP

返回列表 回復 發帖