Table Height
-
Hello I'm trying to get the height of a table I created. This table has varying heights hence why i am trying to retrieve it. I will then set the height of an image to that table height. Anyone who can help it's much appreciated.
I think you will have a problem deciding serverside how high the table will be clientside, as this may depend on the browser. :doh: How about setting the image's height to "100%" instead? :-O Kind regards - Jakob :cool: Three kinds of people in the world: - Those who can count.. - Those who can't!
-
I think you will have a problem deciding serverside how high the table will be clientside, as this may depend on the browser. :doh: How about setting the image's height to "100%" instead? :-O Kind regards - Jakob :cool: Three kinds of people in the world: - Those who can count.. - Those who can't!
Or even give the image a fixed height greater or equal to the max table height. This would force the table to be the same height as the image, and so creating a fixed height table regarless of the table content. munklefish
-
Hello I'm trying to get the height of a table I created. This table has varying heights hence why i am trying to retrieve it. I will then set the height of an image to that table height. Anyone who can help it's much appreciated.