.outer { width: 100px; height:20px; overflow-x: scroll; white-space:nowrap; /* <-- force items to display on the same line */ } .inner { background:red; ...
確定! 回上一頁