Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

css & text from fields

Status
Not open for further replies.

help120

Technical User
Apr 15, 2001
198
US
Is their a way to control the hight of a text form field using css?
 
yep inputs are replaced elements so you can use the height css property.

<input type=&quot;text&quot; style=&quot;height:100px;&quot; /> ===
Supports Mozilla and Web Standards
Knows HTML/XHTML, CSS1, JavaScript, PHP, C++, DOM1
===
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top