Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS how to make Dropdown with checkbox Re: how to make Dropdown with checkbox

#125656
Kitty Giraudel
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.