我正在做一個水平佈局,我想要標題水平滾動..我告訴你一個代碼css的例子。固定div水平滾動css
body {
background-color:#fff;
}
#container {
margin:30px auto;
width:3000px;
height:700px;
border:1px dotted #ccc;
}
#header {
position:scroll;
margin:20px 20px;
width:200px;
height:70px;
border:1px dotted #999;
}
謝謝
編輯:
yeah..thank你這麼much..problem解決!
可以請你把這個jsfiddle.net所以我們可以看到? – corroded 2011-03-09 10:04:15