Barton68
04-19-2007, 03:46 PM
Hi,
I have a left column and a right display area of images. The left column and display area are constructed with <DIV>s. The left column has a background image and some textual links.
If the display area goes further down the webpage then the left column, the BG image of the left column <DIV> doesn't extend/display to the bottom of the page. This only happens when I use 'padding-bottom: XXXpx' in the CSS definition for the <DIV>, and 'height: 100%'.
The problem is that the number of images in the display area is variable so that the padding-bottom value can not be fixed.
Q, Is there any automatic way to 'pad out' the left column <DIV> or get the BG image to display down to the bottom of the webpage?
I have a left column and a right display area of images. The left column and display area are constructed with <DIV>s. The left column has a background image and some textual links.
If the display area goes further down the webpage then the left column, the BG image of the left column <DIV> doesn't extend/display to the bottom of the page. This only happens when I use 'padding-bottom: XXXpx' in the CSS definition for the <DIV>, and 'height: 100%'.
The problem is that the number of images in the display area is variable so that the padding-bottom value can not be fixed.
Q, Is there any automatic way to 'pad out' the left column <DIV> or get the BG image to display down to the bottom of the webpage?