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

  • SEARCH
  • Home
  • 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 6661553
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:17:39+00:00 2026-05-26T02:17:39+00:00

The textarea’s rows attribute does not match the number of lines in Firefox. For

  • 0

The textarea’s rows attribute does not match the number of lines in Firefox. For instance:

<textarea rows=4 cols=40>
1
2
3
4
this line is visible in FF
</textarea>

Example: http://jsfiddle.net/Z7zXs/6/

How can I fix this issue? The textarea should only display 4 lines (instead of 5) for rows=4.

  • 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-26T02:17:39+00:00Added an answer on May 26, 2026 at 2:17 am

    Firefox always adds an extra line after the textfield. If you want it to have a constant height, use CSS, e.g.:

    textarea {
        height: 5em;
    }
    

    http://jsfiddle.net/Z7zXs/7/

    EDIT:
    You can also use the @-moz-document url-prefix CSS extension to target only the Firefox browser. Example

    @-moz-document url-prefix() {
        textarea {
            height: 5em;
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;} input,textarea,select{*font-size:100%;} This is from the YUI reset css. What does the * before
Have textarea wrapped in parent div element. This textarea becomes visible only when parent
I set up several textarea's with diffrent sizes as: <textarea class=markItUp rows=5 cols=80 name=upstring>
I have a CKEditor textarea: <textarea cols=80 id=taBody name=taBody class=ckeditor rows=10 runat=server></textarea> I have
Textarea validation, How to limit the characters in a textarea for not exceeding more
I have a textarea with many lines of input, and a JavaScript event fires
I want a textarea with no scrollbars. This is done by setting overflow to
Why Textarea and textfield not taking font-family and font-size from body? See live example
$('textarea').focus(function() { var img = $(this).css('background-image'); $(this).css('background-image', 'none'); }); $('textarea').blur(function() { $(this).css('background-image', img); });
// Clearing Textarea $('textarea').focus(function() { var $this = $(this); $.data(this, 'img', $this.css('background-image')); $this.css('background-image', 'none');

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.