【发布时间】:2014-06-14 19:05:30
【问题描述】:
我有这个 CheckBoxList :
<asp:CheckBoxList class="checkBoxList" ID="CheckBoxList1" runat="server"
TextAlign="Right" float="right" >
这个css:
.checkBoxList {
direction:rtl;
float:right;
text-align:right;
width:100%;
height:200px%;
overflow-y:scroll
}
但是我的 CheckBoxList 没有滚动条,为什么?
【问题讨论】:
标签: asp.net scroll checkboxlist