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.
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:
Is it looking for you?
Comments
Post a Comment