e媒网络

一切皆可能 e媒网络 http://www.eMay.net

博客园 首页 新随笔 联系 订阅 管理
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Layout Demo</title>
<style type="text/css">
#left {
	background-color: #F00;
	height: 300px;
	width: 300px;
	float: left;
}
#right {
	background-color: #FF0;
	height: 300px;
	width: 300px;
	top: 0;
	right: 0;
	position: absolute;
}
#main {
	background-color: #999;
	height: 300px;
}
#outbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-width:650px;
}
#outbox2{	
	padding-right: 300px;
	float:left;
}
.photo {
	background-color: #00F;
	float: left;
	height: 50px;
	width: 50px;
}
</style>
</head>
<body>
<div id="outbox">
  <div id="outbox2">
    <div id="left"></div>
    <div class="photo"></div>
    <div class="photo"></div>
    <div class="photo"></div>
    <div class="photo"></div>
    <div class="photo"></div>
  </div>
  <div id="right"></div>
  <div id="main"> </div>
</div>
</body>
</html>

 

posted on 2019-04-01 22:11  e媒网络技术团队  阅读(117)  评论(0编辑  收藏  举报