<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
.API_mark {
position: absolute;
height: 100%;
width: 100%;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
background-color: #CCCCCC;
z-index: 1;
visibility: hidden;
filter: Alpha(Opacity=50, FinishOpacity=50, Style=1, StartX=0, StartY=0, FinishX=1000, FinishY=600);
}
.input2_div {
position: absolute;
top: 150px;
z-index: 3;
visibility: hidden;
width: 500px;
left: 30%;
}
.we_button {
border-top: 1px solid #00416C;
border-right: 2px solid #00416C;
border-bottom: 2px solid #00416C;
border-left: 1px solid #00416C;
background-position: center;
background-color: #C1E7FF;
background-repeat: repeat-x;
font-size: 12px;
height: 21px;
vertical-align: middle;
color: #333366;
font-weight: bold;
}
-->
</style>
<script language="javascript">
function showInput2(){
input2.style.visibility = "visible";
mark_input.style.visibility = "visible";
}
function closeInput(number){
input2.style.visibility = "hidden";
mark_input.style.visibility = "hidden";
}
</script>
<body>
<input name="Submit11" type="button" class="we_button" value="编辑" onClick="showInput2()">
<p><a href="http://www.baidu.com">百度</a>
<div id="mark_input" class="API_mark"></div>
<div id="input2" class="input2_div">
<table width="100%" border="1" cellpadding="0" cellspacing="3" bordercolor="#0099FF" bgcolor="#C1E7FF">
<tr>
<td height="3" bordercolor="#0099FF" bgcolor="#E1F4FF"><table width="100%" border="0" cellpadding="0" cellspacing="2">
<tr>
<td valign="bottom" style=" font-size:12px"> 测试框</td>
<td align="right"><input type="button" class="we_button" value="关闭" onClick="closeInput(2)"> </td>
</tr>
</table></td>
</tr>
</table>
</div>
</body>