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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Textarea resizer

Status
Not open for further replies.

Peuplarchie

Programmer
Joined
Jul 1, 2006
Messages
1
Location
CA
Good day to you all !
how can I let my user choose the cols and rows size the want dynamicly ?

Thanks !
 
You can change the width and height of a text area using css attributes... and these can be controlled using Javascript. Look into using CSS to change the width and height of a text area instead of focusing on changing the rows and cols of the text area.

Cheers,
Jeff

[tt]Jeff's Page @ Code Couch
[/tt]

What is Javascript? FAQ216-6094
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top