Posted: Wed Oct 15, 2008 10:14 am SImple Example - TD Height Issue!!
I have a simple 2 column 2 row table that looks like the code below. I want to expand cell 2's height without expanding cell 1's height. I need this to be dynamic due to different users seeing different heights in cell 2. Cell 3's height can change all it wants to...I just dont want cell 1's height to change!!
Joined: 28 Feb 2007 Posts: 1408 Location: Biloxi, MS
Posted: Wed Oct 15, 2008 4:54 pm
Can't use width="XXpx" or height="YYpx". Move them inside of style attribute and make them: width: XXpx; and height: YYpx;. Cells expand according to the amount of content inside them. Possibly change cell 2's width to a percent.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum