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 9180009
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T17:56:32+00:00 2026-06-17T17:56:32+00:00

http://jsfiddle.net/ZAvDd/ As my table row grows in height, I’d like my div inside to

  • 0

http://jsfiddle.net/ZAvDd/

As my table row grows in height, I’d like my div inside to automatically match it as well.

For the code above, my div‘s height is always 0.

I understand that the height:inherit only works when you explicitly state the height of the parent (<td>) but I don’t want to do that because I have no idea what content height will be displayed there.

Is there any css trick to do this or do I have to resort to some JS?

  • 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-06-17T17:56:33+00:00Added an answer on June 17, 2026 at 5:56 pm

    You cannot using a height rule, but you can still achieve the effect you’re after by positioning the div absolutely. Since this changes the layout of the div, you will then have to apply the width to the td instead:

    td.fooed {position:relative; width:30px;}
    td.fooed .foo {
        position:absolute; top:0px; left:0px; right:0px; bottom:0px;
        background:gray;
    }
    

    Here’s your fiddle: http://jsfiddle.net/ZAvDd/2/

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

Sidebar

Related Questions

http://jsfiddle.net/Greg_J/R5ZHk/ I'm appending a div to a container and then animating the height. The
http://jsfiddle.net/yDx55/ The last div is supposed to be 100% for height but I want
http://jsfiddle.net/h2vMN/1/ I have a text box text inside it already, in the actual application
http://jsfiddle.net/2N854/ html: <img alt=test width=100 height=100> javascript: alert($('img').height()); On most browsers (chrome), the alert
http://jsfiddle.net/D6be5/ HTML <table class=example border=1> <tr> <td> <label>Enter text</label> <textarea>Enter text</textarea> </td> </tr> <tr
http://jsfiddle.net/motocomdigital/gUWdJ/ I'm after a jquery scroll technique please that I would like to adapt
http://jsfiddle.net/w9E4K/7/ <div id=parent> <div id=left>Left</div> <div id=right>Right</div> </div>​ #left { display: inline-block; width: 75%;
http://jsfiddle.net/ZDydm/ Here is what I'm trying to do.. div { border: 1px solid black;
http://jsfiddle.net/RpCTx/4/ The table columns aren't changing to the width I specified. The second column
http://jsfiddle.net/michelpm/jywqh/ The table has 1000 pixels of width, so the table columns with 3.9%,

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.