[Fixed][Liquid][Fixed] クロスブラウザ対応のレイアウトが欲しいです。
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;
}
これは機能しますか/より良い方法ですか?