iframe - Scrollable box containing list of Checkboxes in HTML -


Attachments You will see a mock-up photo for the required UI. As you can see, I need some type of scroll box in the check box.

Enter image details here

I have a scrolling device Have thought about it, though I can not find a way to set a boundary around the divis? Second, I was thinking about an IFrame .. but it's also not certain that this is my best choice.

Is anyone an easy / better way to do this?

Thank you!

CSS:

  .container {border: 2px solid # ccc ; Width: 300px; Height: 100 pixels; Overflow-y: scroll up; }   

HTML:

  & lt; Div class = "container" & gt; & Lt; Input type = "checkbox" /> This checkbox is & lt; Br / & gt; & Lt; Input type = "checkbox" /> This checkbox is & lt; Br / & gt; & Lt; Input type = "checkbox" /> This checkbox is & lt; Br / & gt; & Lt; Input type = "checkbox" /> This checkbox is & lt; Br / & gt; & Lt; Input type = "checkbox" /> This checkbox is & lt; Br / & gt; & Lt; Input type = "checkbox" /> This checkbox is & lt; Br / & gt; & Lt; Input type = "checkbox" /> This checkbox is & lt; Br / & gt; & Lt; Input type = "checkbox" /> This checkbox is & lt; Br / & gt; & Lt; Input type = "checkbox" /> This checkbox is & lt; Br / & gt; & Lt; Input type = "checkbox" /> This checkbox is & lt; Br / & gt; & Lt; / Div & gt;   

How it looks:

design

Is it looking for you?

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -