Link to home
Start Free TrialLog in
Avatar of Bruce Gust
Bruce GustFlag for United States of America

asked on

How can I get this row / cell to expand according to the content?

Hello, defcom IT ninjas!

Head out to http://brucegust.com/portfolio/verizon/index_what.php to view my headache.

Notice how the content exceeds the height of my cells. I've played with several settings, as far as row-height and cell height and the closest I've gotten is what you see at http://brucegust.com/portfolio/verizon/index_500.php, but that's not what I need either. I need the height of my row and / or cell to grow according to the content within it. The difference between the two sites is line 163 where I dictate the height of the row to 500px, but again, that's short of the elegance that I need.

How do I set the height of my row to be as high as the cell with the greatest amount of content?

Thanks!
Avatar of Russ Suter
Russ Suter

You have an awful lot going on there. Have you considered using divs with table layout CSS rather than a table? You'll probably get much better results.
thata a lot of source to go through on my phone...

so how about you use chrome,

right click on that bar and click inspect element..  then on the right,  change values till its fixed
ASKER CERTIFIED SOLUTION
Avatar of Snarf0001
Snarf0001
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bruce Gust

ASKER

That was it! Thanks! I changed that value to "min-height" and that did the trick!