这是按第2下兰色的横条才开始出效果,就是说第1下没有获得foot.style.display=="none",可是CSS里我定义了 <BR>#top {width:100px; background-color:#00CCFF; height:20px} <BR>#foot {width:100px; background-color: #CCCC00; height:50px; display:none} <BR> <BR><!-- <BR>function qa(){ <BR>if (foot.style.display=="none") { <BR>foot.style.display="block";}; <BR>else { <BR>foot.style.display="none";} <BR>} <BR>--> <BR>