|
|||||||
| HTML Discussion and technical support for building, using and deploying HTML sites. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
resize the "select name" tag
hi, Iīm trying to change the "width" of the "select name" tag, when I use "size" option it happens that change into a "list box style control" and I donīt want that, I want a "combobox style" but larger.
the second question is: is there a way to the select name tag doesnīt select the first option? I mean, I want that when the webpage is loaded the value of the select name will be "a blank space" thanks for all your help |
|
#2
|
||||
|
||||
|
[code]<select style="width: 150px">
<option defaultselected></option> <option>the first real choice</option> ... </select> |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|