Tagged Questions
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 ...