How can I apply table structure to select box options in HTML
问题 In my select box options, each option having three words.Now I want apply fixed widths for each word of the option so that the all options will come as i required for example My options are as follows : 1, aaaaa bbbbb ccccccccc 2, aaaaaaaa bbbbbbb cccc 3, aaaaaa bbbbb cccc but i want to display these options in the dropdown as 1, aaaaa bbbbb ccccccccc 2, aaaaaaaa bbbbbbb cccc 3, aaaaaa bbbbb cccc help me if anyone know how to do this 回答1: you can use div and CSS style .See this sample that i