首页 > 网站 > WEB开发 > 正文

CSS之外层带背景内层左右模式:右侧内容高度自增

2024-04-27 15:08:28
字体:
来源:转载
供稿:网友
<div style="margin: 0 auto; width:1000px; overflow:hidden; background:#FFFFFF;">    <div style="width:240px; min-height:600px; height:auto !important; height:600px; float:left;">            左侧导航    </div>    <div style="width:760px; min-height:600px; height:auto !important; height:600px; float:right;">        右侧内容    </div></div>需要注意的是:最外层即父层设置:高度不要了加 overflow:hidden; 内层左侧和右侧都是最小高度自增即可!
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表