[jifty-devel] Multiple-choice with checkbox

Ruslan Zakirov ruslan.zakirov at gmail.com
Fri Sep 4 17:19:28 EDT 2009


On Sat, Sep 5, 2009 at 1:06 AM, Ruslan Zakirov<ruslan.zakirov at gmail.com> wrote:
> On Fri, Sep 4, 2009 at 11:54 PM, Stanislav Sinyagin<ssinyagin at yahoo.com> wrote:
>> hi Ruslan,
>
> re
>
> [snip]
>
>> In regards to div/span layout: the choices should be arranged one above the
>> other, otherwise it doesn't scale. In the application which I develop now,
>> I extract a number of data element names from an external database, and then
>> let the user choose all or some of them for further processing. The number can be
>> arbitrary, so they have to be arranged one on top of the other.
>
> http://stackoverflow.com/questions/65849/how-to-insert-line-breaks-in-html-documents-using-css

I'm not the css guy and probably is not the best person to suggest,
but I do know that div is incorrect here. May be it's better to use
unsorted-list (<ul>) instead of wrapping everything into span as it's
really list of available options. Lists are pretty easy to css in
different ways and there a lot of information about that.


> --
> Best regards, Ruslan.

-- 
Best regards, Ruslan.


More information about the jifty-devel mailing list