div层窗口

来源:互联网 发布:免费淘宝店招素材图片 编辑:程序博客网 时间:2024/05/20 06:25
<html>
<head>
<title>非常漂亮的DIV层窗口</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
*{font-size:13px;line-height:16px;}
.b1,.b2,.div_title,.div_content{display:block;overflow:hidden;background:#6699ff;}
.b2,.div_title,.div_content{border-left:1px solid blue;border-right:1px solid blue;}
.b1,.b2{height:1px;}
.b1{margin:0 1px;background:blue;}
.b2{margin:0 0px;}
.div_title{color:#fff;font-weight:bold;padding:2px;}
.div_content{padding-left:1px;padding-right:1px;}
.content{background:#fff;border:1px solid blue;padding:2px;}
-->
</style>
</head>
<body>
<div style="width:400px">
</b><b class="b1"></b><b class="b2"></b>
<div class="div_title">标题栏标题栏</div>
<div class="div_content"><div class="content">
内容内容内容<p>内容内容内容<p>内容内容内容<p>内容内容内容<p>
</div></div>
<b class="b2"></b><b class="b1"></b>
</div>
</body>
</html>
原创粉丝点击