-
overflow : 超出的部分隱藏起來
查看全部 -
overflow:hidden?隱藏邊框外的部分 posotion:?relative??absolute ?位置??相對的?????絕對的 ?RGBA??透明度 ? ?z-index:2????堆疊順序?數字大的顯示在數字小的前面
查看全部 -
輪播圖,基礎知識查看全部
-
window.onload當頁面加載完成后獲取
查看全部 -
animate()函數
查看全部 -
HTML布局
查看全部 -
animate(offset)
查看全部 -
箭頭點擊功能
查看全部 -
無限循環
function animate(offset){
var newLeft = parseI ?nt(list.style.left)+offset;
if(newLeft >-600){
list.style.left = -3000+"px";
}
if(newLeft <-3000){
list.style.left = -600+"px";
}
}
小圓點
查看全部
舉報
0/150
提交
取消