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