|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
SELECT and width... how?
Does anyone know how i can get the select boxes to be at the same width?
Ex: <SELECT> <OPTION>This is a text</OPTION> </SELECT> <SELECT> <OPTION>And i want the box over to be the same widht as this</OPTION> </SELECT> See? Anyone? Javascript? Huh? :-) |
|
#2
|
|||
|
|||
|
RE: SELECT and width... how?
css
<style type="text/css"> select { width: 300px; } </style> |
|
#3
|
|||
|
|||
|
RE: SELECT and width... how?
Ok, i have misunderstod something.. i didnt think it could be done with css... heh...
Thank you!! |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > SELECT and width... how? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|