Home › Forums › CSS › how to make Dropdown with checkbox › Re: how to make Dropdown with checkbox
February 22, 2013 at 4:17 am
#125656
Participant
You can’t do it this way. The select element involves some shadow DOM, so every tag between <option>
is stripped off.
You will have to use a regular unordered list like [this](http://tympanus.net/Tutorials/CustomDropDownListStyling/index4.html) for example.