国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > CMS > Discuz > 正文

discuz 元素上下單行滾動效果

2024-09-11 09:05:18
字體:
供稿:網(wǎng)友
效果:豎排列表 元素上下滾動 上一行顯示 下一行消失
代碼:
<ul id="tu87_index_comments_tips" style="height:305px;overflow: hidden;"><span class="firstli"></span><!--列表--><li><a href="#" target="_black" title="#">標題內(nèi)容</a></li><!--列表 end--></ul><script>        jQuery(document).ready(function(e) {            var timer = setInterval("tips_scroll()",3500);            jQuery("#tu87_index_comments_tips li:gt(4)").css("height","0");            jQuery("#tu87_index_comments_tips").bind("mouseover",function(){                clearInterval(timer)            });            jQuery("#tu87_index_comments_tips").bind("mouseout",function(){                timer = setInterval("tips_scroll()",3500);            });        });        //最新評論滾動        function tips_scroll(){            var _text = "<li>" + jQuery("#tu87_index_comments_tips li:last").html() + "</li>"            jQuery("#tu87_index_comments_tips .firstli").after(_text);            jQuery("#tu87_index_comments_tips li").eq(0).css("height","auto");            var _height = jQuery("#tu87_index_comments_tips li").eq(0).height();            jQuery("#tu87_index_comments_tips li").eq(0).animate({"height":0},0,function(){                jQuery(this).animate({"height":_height},1000)                jQuery("#tu87_index_comments_tips li").eq(5).animate({"height":0},1000,function(){                    jQuery("#tu87_index_comments_tips li").last().remove();                })            })        }  </script>

列表容器需要固定高度,否則會不斷上下收縮、擴展,我在行內(nèi)寫的,也可以寫到id="tu87_index_comments_tips"的css樣式中。
滾動元素為#tu87_index_comments_tips li,即id="tu87_index_comments_tips"內(nèi)的li部分。
<span class="firstli"></span>不可缺少,標簽可換,須與jq中統(tǒng)一,<標簽>不可與滾動元素(此例中l(wèi)i)相同,缺少此行則只滾動第一行。。
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 天津市| 诸暨市| 大城县| 桐梓县| 灵璧县| 论坛| 河源市| 宣武区| 靖安县| 阜南县| 南江县| 亚东县| 武胜县| 嘉义县| 齐齐哈尔市| 会泽县| 万载县| 若羌县| 西昌市| 吕梁市| 阳春市| 布拖县| 施甸县| 油尖旺区| 平原县| 壤塘县| 乌审旗| 萝北县| 龙井市| 来安县| 广德县| 香河县| 镇原县| 澄江县| 德安县| 正宁县| 民乐县| 夏邑县| 红原县| 西吉县| 墨玉县|