jsp 想把checkbox放在一个框里,因为很多所以得由活动条,但是那个框的大小不可以变,就想这张图一样的

 我来答
醉弧线
2015-09-10
知道答主
回答量:14
采纳率:0%
帮助的人:10.9万
展开全部

使用DIV,然后加上一个样式就可以了,网页代码如下:


<!doctype html>

<html lang="en">

 <head>

  <meta charset="UTF-8">

  <title>Document</title>

  <style type="text/css">

div{border:1px solid #000;

    overflow-y:auto;

    overflow-x:auto;

    width:200px;

    height:200px

}

  </style>

 </head>

 <body>

  <div>

<input type= "checkbox" >选项1

<input type= "checkbox" >选项2<br><input type= "checkbox" >选项3

<input type= "checkbox" >选项4<br><input type= "checkbox" >选项5<input type= "checkbox" >选项1<br><input type= "checkbox" >选项2

<input type= "checkbox" >选项3<br><input type= "checkbox" >选项4

<input type= "checkbox" >选项5<br><input type= "checkbox" >选项1

<input type= "checkbox" >选项2<br><input type= "checkbox" >选项3

<input type= "checkbox" >选项4<br><input type= "checkbox" >选项5

<input type= "checkbox" >选项1<br><input type= "checkbox" >选项2

<input type= "checkbox" >选项3<br><input type= "checkbox" >选项4

<input type= "checkbox" >选项5

<input type= "checkbox" >选项1<br><input type= "checkbox" >选项2

<input type= "checkbox" >选项1<br><input type= "checkbox" >选项2

  </div>

 </body>

</html>

效果图:

记得采纳哦!

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式