我正在嘗試使用nivo滑塊。我有它原來設置爲「摺疊」trasnistions。它運行良好。我將它改爲「淡入淡出」,現在當圖像淡化到下一張時,它會顯示下降。任何人有過這個問題嗎?這裏是jQuery和CSS。Nivo滑塊將圖片向下推
$(window).load(function() {
$('#slider').nivoSlider({
effect:'fade', // Specify sets like: 'fold,fade,sliceDown'
animSpeed:500, // Slide transition speed
pauseTime:5000, // How long each slide will show
startSlide:4, // Set starting Slide (0 index)
/Nevo Slider/
slider {
position:relative;
width:900px;
height:250px;
background:url(images/loading.gif) no-repeat 50% 50%;
margin-bottom: 20px;
}
slider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
slider a {
border:0;
display:block;
} /End of Nevo Slider/
這裏是一個鏈接 http://kerrydean.ca/Grey%20River/greyRiverTemplate2.html
感謝,但仍然沒有工作。我想它的得到的東西在css – Greg
加入到css工作..nivo-controlNav {位置:絕對; bottom:0px; left:0px; z-index:9; 寬度:100%; } – Greg