我正在做一个水平布局,我希望标题水平滚动。我向您展示了一个代码 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;
}
谢谢你
编辑:
是的..非常感谢..问题解决了!!!