Fixed - Liquid - Fixed Layout
问题 I'd like to have a [Fixed][Liquid][Fixed] cross-browser compatible layout. HTML: body div#col-1 div#col-2 div#col-3 CSS: #col-1 { width:150px; float:left; } #col-2 { width:100%; padding:0 150x; } #col-3 { positon:absolute: right:0; width:150px; } Would this work/better way to do it? 回答1: This is pretty simple. here is the code <html> <head> <style type="text/css"> #left { float: left; width: 150px; border: 1px solid black; background-color: #999; height: 50px; } #right { float: right; width: