![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Thomas 'PointedEars' Lahn wrote: Bart Van der Donck wrote: Kelly <kjhod... (AT) gmail (DOT) com> wrote: input type="text" id="MyText" size="3px"/ 'size="3px"' is not possible; you probably mean 'size="3"' or 'style="width:30px;"'. And type="text" is redundant as it is the default. You're confusing war tactics with the actual situation on the battlefield. |
|
Don't use <input> when you mean <input type="text">. |
#2
| |||
| |||
|
|
Don't use <input> when you mean <input type="text">. I don't know *any* user agent at all that does not display a text input control if the `type' attribute for the `input' element is missing, i.e. contradicts the Specification here. *Do you? |
#3
| |||
| |||
|
|
Bart Van der Donck wrote: Don't use <input> when you mean <input type="text">. I don't know *any* user agent at all that does not display a text input control if the `type' attribute for the `input' element is missing, i.e. contradicts the Specification here. *Do you? |
#4
| |||
| |||
|
|
Thomas 'PointedEars' Lahn wrote: Bart Van der Donck wrote: Don't use <input> when you mean <input type="text">. I don't know *any* user agent at all that does not display a text input control if the `type' attribute for the `input' element is missing, i.e. contradicts the Specification here. Do you? Yes, see Netscape 4.7. (+maybe later versions?) http://www.w3schools.com/tags/tag_input.asp |
![]() |
| Thread Tools | |
| Display Modes | |
| |