0
我擁有橫幅更換器的代碼行,每當我添加鏈接到任何橫幅時,它都會變成空白「橫幅空白變爲空白。」每隔一段時間。 橫幅更換器問題
$(function(){
$('#banner img:gt(0)').hide();
setInterval(function(){$('#banner :first-
child').fadeOut().next('img').fadeIn().end().appendTo('#banner');}, 8000);
});
</script>
<div id="banner">
<img src="images/hollinger.png" width="519" height="76" />
<img src="banners/leonards.png" width="519" height="76" />
<img src="banners/banner1.png" width="493" height="82" border="0" />
</div><!-- End Banner -
->
下面就來unstand我的意思是什麼,瞭解我的意思http://woodstown-pilesgrove.com/
什麼「空白」?你能解釋一下嗎? –
橫幅空白變爲空白。 –
下面是鏈接,瞭解我的意思http://woodstown-pilesgrove.com/ –