I have this:
[css]
CellSpacing="1"
RepeatColumns="3">
[/css]
But in IE you see the correct output: that you the label and under the checkbox, but in IE and chrome you see the label and then Horizontal the checkbox.
Thank you.
albert albertPosted Dec 9, 2013, 4:20 AM
I have it now like this:
[css]
--%>
But the title: Selecteer een pastype will not stay at the top but goes down with the checkboxes
albert albertPosted Dec 9, 2013, 3:40 AM
I removed the br tack and set RepeatColumns="1"
But still there is difference.
THis is the code:
[css]
AnkurPosted Dec 9, 2013, 3:21 AM
RepeatColumns="3" cause checkboxlist to render as table with 3 columns, if you have items lesser than or equals to 3 then they will appear in single line, if you have more than 3 items say 4 then 3 items will be in single line and 4th one will be in next line.
if you want all items to Repeat vertically then please either remove RepeatColumns="3" or change it to RepeatColumns="1"
Hope that help.
Thanks...
Jignesh TrivediPosted Dec 9, 2013, 3:13 AM
hi,
I think this is due to
can you please share css class "content" and also snap...