HTML muliple select should look like HTML select
Posted
by GustlyWind
on Stack Overflow
See other posts from Stack Overflow
or by GustlyWind
Published on 2010-03-17T14:32:14Z
Indexed on
2010/03/17
14:41 UTC
Read the original article
Hit count: 1048
Hi I am trying to use a HTML select box with 'multiple' select options and size to 1 as below `
<SELECT NAME="toppings" MULTIPLE SIZE=5>
<OPTION VALUE="mushrooms">mushrooms
<OPTION VALUE="greenpeppers">green peppers
</SELECT>
When the size is set to 1 small scrollbar appears which makes the page clumsy.If I increase the size its eating up my page since there are around 20 such multiple boxes in and around the page. I am looking for a solution which looks like <SELECT>
but should function as multiple
Is this possible. I remember seen something similar but don't remember exactly.
Any ideas
© Stack Overflow or respective owner