现在的位置: 首页 > 综合 > 正文

一行三列布局

2012年08月21日 ⁄ 综合 ⁄ 共 727字 ⁄ 字号 评论关闭

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Alert</title>
</head>
<script type="text/javascript">

</script>
<style type="text/css">
body{ margin:0; padding:0;}
.l{ float:left; width:200px;}
.r{ float:right; width:200px;}
.c{  margin:0 200px; width:auto;}
</style>
<body>
<div class="l">左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左左</div>

<div class="r">友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友友</div>
<div class="c">中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间中间</div>
</body>
</html>

抱歉!评论已关闭.