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!

Table height

Status
Not open for further replies.

FranckM

Programmer
Joined
May 8, 2002
Messages
76
Location
CA
Is there a way to calculate the height of a table through javascript or asp? I'm creating a table using data from a database, becuase of this, the height of the table changes depending on what data is shown. Does anyone have an idea on how I could get this?
 
The table doesn't adjust automatically? provide tools to let people become their best.
 
Yeha it does, but i'm trying to:

I'll explain the page first. It's a table within a table within a table. Now in the second table, in the last cell I put a border image. Now that image dosen't go all the way down so I though of adding a background image that would complete this. That failed. So now i'm gonna put that image using the div position absolute to make the border look good and not stop at the end of the image. I want to know the height of the table to know when to stop to print the image.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top