hi,
I wonder is there any way to make the checkbox list display horizontally ?
I had look into the manual, but I could not understand how is "Adds the break type. Set CSS of '#cft div'. (type = break)" work.
Any advised will be appreciated.
hi,
I wonder is there any way to make the checkbox list display horizontally ?
I had look into the manual, but I could not understand how is "Adds the break type. Set CSS of '#cft div'. (type = break)" work.
Any advised will be appreciated.
no reply??
If you try it in the Admin CSS of the plugins page, one of the last lines say "checkbox".
If you just add {float:left} you will nearly get it.
Unfortunately, when I tried it, text and titles overlapped. If you make it work, please let me know.
Zeb,
yes, I also had this situation.
Still not able to get the right solution..they are using html tag td dl dr and dd tags instead of ul or li. Thus, I think it is hard to make it right since it is using table form, not the list style.
Any other advise?
Hi there,
Try play with min-width.
i.e: #cft .dl_checkbox { margin:0; float: left; min-width: 250px;}
Hope that helps
You must log in to post.