Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在http://buyitnaija.com/post_ad2.php上有这个选择框我在这个选择框下有大约 24 个选项,但它会一直到页面末尾我想在选择菜单中添加一个滚动条,以便最多 10一次可见,而休息可以在滚动时可见。
当然,只需将高度和溢出属性设置为<ul>:
<ul>
height : 200px; overflow-y : scroll;
然后您需要稍微增加宽度以适应滚动条。