Go homepage(回首页)
Upload pictures (上传图片)
Write articles (发文字帖)

The author:(作者)归海一刀
published in(发表于) 2014/3/30 5:36:34
网页设计技巧:如何隐藏网页中的层DIV _[Html教程]

网页设计技巧:如何隐藏网页中的层DIV _[Html教程]
本篇详细介绍了网页设计技巧:如何隐藏网页中的层DIV 的文章主题。





div的visibility可以控制div的显示和隐藏,但是隐藏后页面显示空白:






  style="visibility:?none;"
   document.getElementById("typediv1").style.visibility="hidden";//隐藏
   document.getElementById("typediv1").style.visibility="visible";//显示


  通过设置display属性可以使div隐藏后释放占用的页面空间,如下



  style="display:?none;"
   document.getElementById("typediv1").style.display="none";//隐藏
   document.getElementById("typediv1").style.display="";//显示






 
 
 
 
 


If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)





QQ:154298438
QQ:417480759