oec2003

 

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>oec2003</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function toggle(targetid){
    
if (document.getElementById){
        target
=document.getElementById(targetid);
            
if (target.style.display=="block"){
                target.style.display
="none";
            } 
else {
                target.style.display
="block";
            }
    }
}
-->
</script>
<style type="text/css">
<!--
#div1
{
background-color
:#000000;
height
:400px;
width
:400px;
display
:none;
}
-->
</style>
</head>

<body>
<input type="button" id="butn" value="显示/隐藏" onclick="toggle(\'div1\')" />
<center>
<div id="div1"></div></center>
居中的DIV
</body>
</html> 

分类:

技术点:

相关文章:

  • 2021-11-23
  • 2021-09-07
  • 2021-06-14
  • 2021-12-18
  • 2021-11-13
  • 2021-12-28
  • 2021-11-15
  • 2021-11-03
猜你喜欢
  • 2021-12-28
  • 2021-12-28
  • 2021-12-24
  • 2021-11-03
  • 2021-11-02
  • 2021-12-28
相关资源
相似解决方案