首页 > Web开发 > 详细

利用jQuery进行三行两列等高布局

时间:2016-09-12 14:16:46      阅读:125      评论:0      收藏:0      [点我收藏+]

<!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></title>
</head>

<body>
<div id="container">
<!-- // 页头 -->
<div id="header">页头</div>

<!-- // 左边导航栏 -->
<div id="left">
<div id="menu">页左</div>
</div>

<!-- // 内容显示区 -->
<div id="right">
<div class="content">内容显示区</div>
</div>

<!-- // 页脚 -->
<div id="footer">
<div>页脚</div>
</div>
</div>
</body>
</html>

利用jQuery进行三行两列等高布局

原文:http://www.cnblogs.com/huangf714/p/5864339.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!