Forum Moderators: open
I have a page using table layout with table height=100% and two rows witn 1 cell each. First <td> has height 100%. I need this because I want a footer at the bottom even when the page contents aren't using all space. ( any other way to do it so it works version 4 browsers too?)
In the first <td> I have another table. The first row has 2 images one near the other ( either each in one td or both in a td with nowrap ). These images makes the page scroll even when no contents at all. If I remove one of the images then everything is ok. I tried specifying the height of the images, height of <td> in pixels, no luck.
How can I still keep the images ( without making one image from both ) and have the footer work corectly?
Thank you!