李战 · 2007-06-25 03:00:33 · 阅读: 890 两个div都往一边浮动即可,一个宽度固定,一个宽度自动 .fixed { float: left; width: 200px; } .fill { float: left; width: auto; }