level 8
噢丶Right
楼主
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>首页</title>
<style type="text/css">
body{
text-align: center;
margin-top: 0px;
}
.headdiv{
height: 100px;
background-color: #FFFFFF;
width:100%;
}
.bodydiv{
min-height: 1000px;
width:80%;
border:2px solid #DDDDDD;
}
.foot{
height: 50px;
background-color: blue;
width:80%;
}
.hd{
width:100%;
height:40px;
}
.lucene{
height:60px;
width:80%;
}
.searchinput{
margin-top: 20px;
}
div{
min-width: 1000px;
}
</style>
</head>
<body>
<center>
<div class="headdiv">
<div class="lucene">
<img src="./html/images/log.png" style="float: left; margin-top: 20px;" />
<input class="searchinput" type="text" value="" style="height: 25px; float: right;width: 200px;" />
</div>
<div class="hd">
<#include "menue.ftl">
</div>
</div>
<div class="bodydiv">
</div>
<div class="foot">
</div>
</center>
</body>
</html>
2013年08月21日 03点08分
1
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>首页</title>
<style type="text/css">
body{
text-align: center;
margin-top: 0px;
}
.headdiv{
height: 100px;
background-color: #FFFFFF;
width:100%;
}
.bodydiv{
min-height: 1000px;
width:80%;
border:2px solid #DDDDDD;
}
.foot{
height: 50px;
background-color: blue;
width:80%;
}
.hd{
width:100%;
height:40px;
}
.lucene{
height:60px;
width:80%;
}
.searchinput{
margin-top: 20px;
}
div{
min-width: 1000px;
}
</style>
</head>
<body>
<center>
<div class="headdiv">
<div class="lucene">
<img src="./html/images/log.png" style="float: left; margin-top: 20px;" />
<input class="searchinput" type="text" value="" style="height: 25px; float: right;width: 200px;" />
</div>
<div class="hd">
<#include "menue.ftl">
</div>
</div>
<div class="bodydiv">
</div>
<div class="foot">
</div>
</center>
</body>
</html>
