<input name="Username" type="text" id="Username" width="auto" height="auto">
I want to know the value of auto... the Integet value behind this.
I want to know the value of auto... the Integet value behind this. |
|||
|
|
|
Use javascript:
|
|||
|
|
|
There is no integer value behind it, it is a validity error. Input elements do not have a The attributes will be ignored and the size of that element will be determined by the usual pattern of user stylesheet falling back to author stylesheet falling back to browser stylesheet. |
|||
|
|
|
|||||
|
|
"Auto" is the default value of a text box height. If you don't want to specify width or height of the textbox, HTML accepts auto as a value. Hope this helps. |
|||
|
|