Is there a way to display an HTML dropdown list with options in multiple columns?
I do not want multiple columns with one row of data, I want 3 rows of selectable options.
Is this possible via either .NET or jQuery?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no way to do this with plain vanilla form fields. You’d have to essentially create your own form input type using javascript or whatever.