This is a discussion on Appearance of Form Fields. within the HTML, CSS and Javascript Coding Techniques forums, part of the Web Development category; Hi all.... Can anyone discuss briefly about the Appearance of Form Fields. How can I control the width of a ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi all.... Can anyone discuss briefly about the Appearance of Form Fields. How can I control the width of a select box? <select name="province" size="1" style="width: 50mm"> ... </select> Thanks & Regards itbarota... Last edited by itbarota : 09-29-2007 at 12:23 AM. |
| Sponsored Links |
| |||
| Hi..... OnChange=neg( this ) function neg( fld ) { fld.style.color = ( parseFloat(fld.value) < 0 ) ? 'white' : 'black'; fld.style.backgroundColor = ( parseFloat(fld.value) < 0 ) ? 'red' : 'white'; } Thanks.... |
| |||
| Hi..... <form name="formName"> <input type="text"> </form> <a href="#" onClick="this.href='javascript:document.formName.r eset()'"><img src="button.gif" width="16" height="16" border="0"></a> Thanks...... |
| |||
| Hi.... var opt = new Option('text of option','value of option'); opt.style.color = 'red'; myselect.options[1] = opt; myselect.style.fontFamily = 'Courier'; Thanks..... |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can I disable form fields? | GDevakii | HTML, CSS and Javascript Coding Techniques | 7 | 08-04-2008 07:04 PM |
| popup date selector return dates to different form fields. | itbarota | HTML, CSS and Javascript Coding Techniques | 3 | 01-08-2008 10:19 PM |
| How can I reset the value of form fields if the page is revisted? | itbarota | HTML, CSS and Javascript Coding Techniques | 2 | 12-05-2007 04:48 AM |
| How do I use my own graphic button to reset all the text fields in a form? | Pvinothkumar | HTML, CSS and Javascript Coding Techniques | 1 | 11-02-2007 12:02 AM |
| How can I pass a hidden value to a form and submit that form when a text link is clic | itbarota | HTML, CSS and Javascript Coding Techniques | 1 | 10-17-2007 08:07 AM |