|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi ,
Could please help me in solving this problem. Here I am giving HTML code,with combo boxes having diff length.Can you make all the Combo Boxes to the same Length. In the same I want have all the Buttons with fixed lengths.Both should support NetScape4.7 and IE5. Expecting immediate reply, Thank you very much. Note: I don't want append empty spaces(  URL to make uniform. Suggest in other solution. <html> <body> <form> <select name=test1 width="8"> <option>AAA3</option> <option>AAA3</option> <option>AAA3</option> <option>AAA3</option> <option>AAA3</option> <option>AAA</option> <option>AAA</option> <option>AAA</option> </select><br> <select name=test1 width="8"> <option>AAAA4</option> <option>AAAA4</option> <option>AAAA4</option> <option>AAAA4</option> <option>AAAA4</option> <option>AAAA4</option> </select><br> <select name=test1 width="8"> <option>AAAAA5</option> <option>AAAA5</option> <option>AAAA5</option> <option>AAAA5</option> <option>AAAA5</option> <option>AAAA5</option> </select><br> <select name=test1 width="8"> <option>AAAAAAAA8</option> <option>AAAAAAAA8</option> <option>AAAAAAAA8</option> <option>AAAAAAAA8</option> <option>AAAAAAAA8</option> <option>AAAAAAAA8</option> </select><br> <input type=submit value="exit" > <input type=submit value="exit and save"> <input type=submit value="Coverage choices"> <input type=submit value="exit and/or save"> </form> </body> </html> [This message has been edited by Bhagat (edited August 10, 2000).] |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Showing ComboBoxes and Buttons with Uniform Length in Netscape and IE |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|