|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Is there any way of specifying the length of a select list. I would like this funtion to work for both I/E and Netscape.
Thanks |
|
#2
|
|||
|
|||
|
You can give the select list in a <TD> and specify the width of the <TD width=20%>.
Now to make it work in IE you have to give STYLE="width:100%" and to work in Netscape you have to give simple width property of the <Select> tag. Example :- <TD width=20%> <Select id=sel1 name=sel1 width=150 Style="width:100%"> ...... </Select> </TD> Thanks Raja |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Lenght of select lists |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|