Are Multi-line Options in Html Select Tags Possible?

前端 未结 7 1976
忘掉有多难
忘掉有多难 2020-12-03 17:14

Is it possible (using HTML only) to display select with options that span multiple lines each?

7条回答
  •  温柔的废话
    2020-12-03 17:33

    It would be possible by using some JavaScript with CSS styling on HTML elements, easily done with a framework like Dojo Toolkit. Otherwise, use Radio or Checkbox controls.

提交回复
热议问题