|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
drop-down menus
Hi
Does anyone know where i can find tutorial on how to make drop-down menus? I can really find a place where it explains how to write them. thanks |
|
#2
|
|||
|
|||
|
RE: drop-down menus
Yes. Just this is how to do it.
Code:
<select name='username'> <option name='name1'>Name 1</option> <option name='name2'>Name 2</option> <option name='name3'>Name 3</option> </select> Simple as that! |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > drop-down menus |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|