QQ网名大全

CSS 网页框架 我现在想设计一个页面,上面是两条横幅,下面为一个坚型导航和一个内容显示。加上面的页面信

虽然没有图,但我想你要的效果应该是这样,运行一下代码吧:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>example</title>
<style type="text/css">
<!--
body{ font-size:12px; text-align:center;}
.page{ margin:0 auto; width:1000px;}
.div1{ background:#bbb; height:100px; width:100%;}
.div2{ background:#ddd; height:100px; width:100%;}
.div3{ background:#ccc; float:left; height:500px; width:100px;}
.div4{ background:#eee; float:left; height:500px; width:900px;}
-->
</style>
</head>
<body>
<div class="page">
<div class="div1">div1</div>
<div class="div2">div2</div>
<div class="div3">div3</div>
<div class="div4">div4</div>
</div>
</body>
</html>
佚名
2024-10-03 18:35:00
最佳回答
类似问题(10)