样式:
复制代码 代码如下:
<style type="text/css">
#win {
width: 98%;
position: absolute;
display: none;
float:left;
}
/*控制关闭按钮的位置*/
#close {
margin-left: 155px;
cursor: pointer;
}
</style>
复制代码 代码如下:
<script type="text/javascript">
function showwin() {
$("#win").fadeIn("slow");
}
function hide() {
$("#win").fadeOut("slow");
}
</script>
复制代码 代码如下:
<div>
<div>
<table cellpadding="4" cellspacing="1" >
<tr>
<td>ID</td>
<td>网站名</td>
<td>域名</td>
<td>百度收录</td>
<td>是否存在链接</td>
<td>操 作 <span>关闭</span> </td>
</tr>
<tr >
<td><span></span></td>
<td><input type="text" /></td>
<td><input type="text" /></td>
<td><span></span></td>
<td><input type="text" /></td>
<td><input type="button" value="修 改" /></td>
</tr>
<tr><td colspan="6"><a href="Default.aspx">返回首页</a></td></tr>
</table>
</div>
</div>
新闻热点
疑难解答
图片精选