Tagged Questions
5
votes
4answers
3k views
Is there a max number of options (values) in HTML drop down control?
Does anyone know how many options a drop down list can have? Is it unlimited? How many before performance degrades?
2
votes
3answers
4k views
Rendering a hierarchy of “OPTION”s in a “SELECT” tag
My problem is HTML and CSS related. I have a hierarchy type structure that I want to display inside a list. The hierarchy contains Countries, States and Cities (it is three levels deep).
I want to ...