0
我仍然在幻燈片圖像顯示在所有的瀏覽器顯示的幻燈片區域之外了掙扎:的CSS問題與easySlider 1.7的JavaScript
#slider ul, #slider li,
#slider2 ul, #slider2 li{
margin:0;
padding:0;
list-style:none;
}
#slider2{margin:0;}
#slider li, #slider2 li{
/*
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/
width:680px;
height:500px;
}
#slider li img{
float:none;
}
ol#controls{
margin:1em 0;
padding:0;
height:20px;
}
ol#controls li{
margin:0 10px 0 0;
padding:0;
float:left;
list-style:none;
height:20px;
line-height:28px;
}
ol#controls li a{
float:left;
height:20px;
line-height:22px;
border:1px solid #ccc;
background:#FFF;
color:#555;
padding:0 6px;
text-decoration:none;
}
ol#controls li.current a{
background:#736357;
color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
我不僅改變了寬度和高度,但沒有別的。當然旗幟區域有幻燈片和右鍵。因此,我們將不勝感激。
任何幫助將不勝感激〜!
謝謝。
@Hatake卡卡西,將其他圖像出現在第一張圖像後的下一張幻燈片中? – joe 2011-05-03 04:23:50
是的,所有的jQuery滑塊改變下一個幻燈片屬性,以便該幻燈片將出現與所選的效果 – 2011-05-03 04:26:31
@ Hatake卡卡西,我試過了,並在CSS表中添加CSS,但它只顯示幻燈片中的第一個圖像,然後下一個幻燈片顯示沒有圖像顯示。你可能是錯的。 – joe 2011-05-03 04:38:21