|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
same size
hi,
how can make same size of button as text as well as another buton same size as combo box for eg. CALENDAR button size and width same as date text SYSTE button size and width same as name select. <html> <form> <body> <table> <tr bgcolor="#cccccc"> <th>Date</th> <th>Time</th> </tr> <tr> <td align="center"> <input size="1" type="button" name="CALENDAR" value="KALENDAR" > <input size="7" type="text" name="date"></td> <td align="center"> <input size="1" type="button" name="SYSTE" value="SYSTE"> <select name="name"> <option value="08:00">08:00</option> <option value="09:00">09:00</option> <option value="10:00">10:00</option> <option value="11:00">11:00</option> </select> </td> </tr> </table> </body> </html> thanks in advance |
|
#2
|
||||
|
||||
|
RE: same size
I think you can set them with CSS, but I'm not 100%
|
|
#3
|
|||
|
|||
|
RE: RE: same size
how could u plz let me know as i never worked on css by looking at this html |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > same size |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|