我的列表如下css。我可以看到水平滾動條,但它被禁用。如何啓用它?如何啓用HTML UL列表的水平滾動條
.li {
position: absolute;
z-index: 10;
list-style: none;
margin: 0;
padding: 2px;
max-height: 20em;
overflow-y: scroll;
overflow-x: scroll;
}
.ul {
margin: 0;
padding: 0 4px;
border-radius: 2px;
max-width: 10em;
white-space: nowrap;
color: black;
cursor: pointer;
}
請幫
請過帳您的HTML。 – j08691 2013-04-23 20:30:18