Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1958474
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T08:19:44+00:00 2026-05-17T08:19:44+00:00

I am working on web application. I wanted to apply auto height to textarea

  • 0

I am working on web application.

I wanted to apply auto height to textarea using CSS, dont want to use any script, jquery plugin and other stuff.

After applying class ( i.e. style property ) to textarea, it should automatically increase it’s height not width as per content present it in.

In this case width should be fixed i.e. width: 98%; (In my case) only height needs to grow. So scroll bars should exist for text area.

I simply needed one CSS so that after applying to textarea, it should be auto grow like <DIV>.

Please folks do sugggest, is this possible using CSS. If this is not possible, then m okey if i get javascript statments to acheives my requirement.

Thanks,

Pravin

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T08:19:44+00:00Added an answer on May 17, 2026 at 8:19 am

    It’s sort of semi-doable in html/CSS. There are, however, the usual caveats of browser support and, since it uses html5’s contenteditable, it requires a fairly modern browser.

    That said, the following works (in Chrome/Ubuntu 10.04):

    <div id="wrap">
        <div id="editThis" contenteditable>
        </div>
    </div>
    

    With the following CSS:

    div#editThis {
        min-height: 4em;
        height: auto;
        width: 50%;
        margin: 0 auto;
    }
    div#editThis:hover,
    div#editThis:focus {
        border: 1px solid #000;
    }
    

    Demo posted at jsbin

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a web application right now using Rails and wanted to see
I am working on a web application using Python (Django) and would like to
I'm working in a web application using VB.NET. There is also VisualBasic code mixed
I'm working on one web application. I wanted to provide interactive debugging to my
I'm working on a web application written in Java using the Tapestry 5.1.0.5 framework.
Im working on a commenting web application and i want to parse user mentions
I am working on a web application (J2EE) and I would like to know
I am working on a web-application in which dynamically-created images are used to display
I am working on a web application, where I transfer data from the server
I am working on a web application in Java which gets data from servlets

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.