Rendering a hierarchy of “OPTION”s in a “SELECT” tag

后端 未结 7 1902
庸人自扰
庸人自扰 2020-12-03 05:13

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

7条回答
  •  死守一世寂寞
    2020-12-03 05:52

    deceze way is much better and was my first idea. As an alternative if that doesn't work is that you can use non-breaking spaces in the tag value:

    
    

    It's far from pretty but it might work for you if the optgroup doesn't.

提交回复
热议问题