1
</header>
<section id="video">
<video autoplay loop class="video">
<source src="ink.mp4" type="video/mp4">
</video>
</section>
<section id="meat">
<P>
<span class="first"> XXXXXX</span>
<br/>
<span class="second"> xxxxx </span>
</P>
</section>
<footer id="end_page">
</footer>
<script>
$(document).ready(function(){
$("#meat"). fadeIn("slow");
});
//我希望內容在頁面加載後緩慢淡入淡出。爲什麼不是fadeIn選項工作?當鼠標懸停在身體的內容上時,如何顯示導航欄?爲什麼不是fadeIn選項工作?
謝謝
工作。萬分感謝。 –