CheckBoxList有多个,想通过滚动条的形式节约空间,通过DIV实现
我用以下代码,不可以,请高手们指教一下那个地方不对,谢谢:
</div>--%>
<div  style="BORDER-RIGHT: blue 2px solid; BORDER-TOP: blue 2px solid; Z-INDEX: 104; LEFT: 160px; OVERFLOW: auto; BORDER-LEFT: blue 2px solid; WIDTH: 142px; BORDER-BOTTOM: blue 2px solid; POSITION: absolute; TOP: 416px; HEIGHT: 144px">
<asp:CheckBoxList id="CheckBoxList1" Runat="server" >
  <asp:ListItem>AA</asp:ListItem>
  <asp:ListItem>BB</asp:ListItem>
  <asp:ListItem>CC</asp:ListItem>
</asp:CheckBoxList>
</div>