私はdivを作成しましたが、そのdivには2つの子がul
あり、もう1つはdiv
、その内部divとフォントの要素をスクロールしてを修正したいものul
です。div
内部の周りに他のものを追加することはできませんdiv
コード
<div style="width: 200px; overflow-x: auto; ">
<ul>
<li>Some data</li>
<li>some more data </li>
</ul>
<div style="height: 70px; width: 500px">
<img src="http://www.fiveriverstech.com/wp-content/themes/fiverivers/images/about_s.jpg">
<img src="http://www.fiveriverstech.com/wp-content/themes/fiverivers/images/about_s.jpg">
<img src="http://www.fiveriverstech.com/wp-content/themes/fiverivers/images/about_s.jpg">
<img src="http://www.fiveriverstech.com/wp-content/themes/fiverivers/images/about_s.jpg">
<img src="http://www.fiveriverstech.com/wp-content/themes/fiverivers/images/about_s.jpg">
<img src="http://www.fiveriverstech.com/wp-content/themes/fiverivers/images/about_s.jpg">
<img src="http://www.fiveriverstech.com/wp-content/themes/fiverivers/images/about_s.jpg">
<img src="http://www.fiveriverstech.com/wp-content/themes/fiverivers/images/about_s.jpg">
</div>
</div>