网站常用两个列表等高布局代码,无论哪边多增加内容,都等高显示,希望这个CSS代码对您有所帮助。
<!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"> <meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren"> <meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。"> <title>两列等高布局效果css代码_武鸣人</title> <style type="text/css"> *{margin:0;padding:0} html{overflow-y:scroll} body{font-size:12px;background:#fff;color:#333} ul,ol{list-style:none} a{text-decoration:none;color:#f30} img{border:none} .clearfix{zoom:1} .clearfix:after{content:"";display:block;height:0;line-height:0;font-size:0;visibility:hidden;clear:both} .www_wuming_ren{height:150px;line-height:150px;text-align:center} .h_wuming_ren{background:#333;border-bottom:3px solid #f30;zoom:1} .header,.ct_wrap,.f_www_wuming_ren{width:950px;margin:0 auto;zoom:1} .ct_wrap{background:#e0e0e0} .header{height:45px;line-height:45px;color:#fff;border-bottom:3px solid #f30;margin-bottom:-3px;position:relative;background:#333} .content{margin-left:150px;border-left:1px solid #333;background:#fff} .main_col{float:left;width:100%;word-wrap:break-word} .side_col{float:left;width:150px;margin-left:-950px;position:relative;word-wrap:break-word} .f_www_wuming_ren{border-top:2px solid #333;zoom:1} .footer{text-align:center;padding:10px 0} </style> </head> <body> <a href="https://www.wuming.ren">武鸣人</a>,各种信息资源免费发布,分享励志语录经典短句,减肥健身常识,各种js特效代码。网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)<hr> <!--欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。--> <script type="text/javascript" src="https://www.wuming.ren/ad/tc.js"></script> <script type="text/javascript" src="https://www.wuming.ren/ad/a.js"></script> <div class="h_wuming_ren"> <div class="header"> 记录日常生活点滴,努力是一种状态,与年龄无关,越努力越幸运,越自律越优秀! </div> </div> <div class="ct_wrap"> <div class="content clearfix"> <div class="main_col"> <div class="www_wuming_ren"> 我也可以有背景色 </div> <div class="www_wuming_ren"> 不管有几个我,右边看起来总是和左边一样高 </div> <div class="www_wuming_ren"> 不管有几个我,右边看起来总是和左边一样高 </div> </div> <div class="side_col"> <div class="www_wuming_ren"> 这里是网站左侧列表 </div> </div> </div> </div> <div class="f_www_wuming_ren"> <div class="footer"> 武鸣人网站底部 </div> </div> </body> </html>
本文来自武鸣人网站,转载请注明出处