Page 1 of 1

Check Box in Drop Down list

Posted: Tue Jun 27, 2006 7:01 pm
by quadoc
Does anyone know how to create a drop down list with check box? I've the following code and need to add the check box next to each item. Please post some tips.

Code: Select all

SELECT NAME="animals">
<OPTION VALUE="d">dog
<OPTION VALUE="c">cat
<OPTION VALUE="s">spider
</SELECT>

Posted: Tue Jun 27, 2006 8:42 pm
by feyd
It wouldn't be a list.. it'd be a DHTML'd div with checkboxes in it.

Posted: Tue Jun 27, 2006 9:00 pm
by timvw

Posted: Fri Jun 30, 2006 12:13 pm
by quadoc
Yes, exactly what I was looking for. Do you have the code you can post it? Thanks...