|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to set the height and width of the list/menu in css? can someone give a code....thnx.
Last edited by reuben_roa : December 2nd, 2003 at 09:08 PM. |
|
#2
|
|||
|
|||
|
What is the "jump menu"?
|
|
#3
|
|||
|
|||
|
list/menu not jump menu.. sorry..
|
|
#4
|
|||
|
|||
|
A drop-down/select menu?
Code:
<select style="width:300px;"></select> |
|
#5
|
|||
|
|||
|
a drop-down menu... what about the height?
|
|
#6
|
||||
|
||||
|
The height will adjust as needed.
cheers, gary
__________________
There are those who manage to build a web site without knowing what they're doing; thereby proving to themselves they do, indeed, know what they're doing. Ask a better question, get a better answer. |
|
#7
|
|||
|
|||
|
what do you mean by that kk5st?
i have a drop down menu of months (January to December ) and when the user select it, all the list will be displayed without a scrollbar... |
|
#8
|
|||
|
|||
|
<select multiple></select>
|
|
#9
|
||||
|
||||
|
try...
Code:
<select size="12"> <option value="1">January <option value="2">February <option value="3">March <option value="4">April <option value="5">May <option value="6">June <option value="7">July <option value="8">August <option value="9">September <option value="10">October <option value="11">November <option value="12">December </select>
__________________
Support requests via PM will be ignored! |
|
#10
|
|||
|
|||
|
i mean that when the user click the arrow to select, the menu drops without a scrollbar... my code displays only 11 lines...
|
|
#11
|
|||
|
|||
|
I don't think you can do that.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > css: jump menu |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|