once you set the size to a select you rid the dropdown from it. you can not set a size in the option values though.
so this would result in a box (respectivly not including the cahnce of adding more then the size limit of options. Then the drop arrow is resumed
<select size="3">
<option>--
<option>--
<option>--
</select>
verses this with a drop arrow
<select>
<option>--
<option>--
<option>--
</select> ---------------------------------------
{ str = "sleep is good for you. sleep gives you the energy you need to function";
ptr = /sleep/gi;Nstr = str.replace(ptr,"coffee"alert(Nstr); }
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.