T
Trevor L.
I read a recent post from Regina about using transparent GIFs as spacers
I do this quite often, but I have a small problem.
I have a div which I want to go to the bottom of the page. There is a
background image which I would like to extend further down than the text
and/or images etc. actually extend on the page (just to look prettier).
I found that this is the *only* way I can do it, where class="XXX" specifies
a background image.
<div class="XXX">
Text
More text
Images
etc.
....
display ends here
<table>
<tr><td>
<img src="images/display/blank.gif" width="0" height="400px" alt="">
</td></tr>
</table>
</div>
Because the amount of text, etc. varies from page to page, the height
parameter has to tailored to each page. On one page it is 391px, on another
95px, etc.
Is there a way to display this GIF down the left of the page with a fixed
height, say 600px and then put the rest of the page to the right?
This way, if the rest is less than 600px there will still be the filler with
a background image. If it is more, then it will expand.
I have tried lots of things and none seem to work.
I do this quite often, but I have a small problem.
I have a div which I want to go to the bottom of the page. There is a
background image which I would like to extend further down than the text
and/or images etc. actually extend on the page (just to look prettier).
I found that this is the *only* way I can do it, where class="XXX" specifies
a background image.
<div class="XXX">
Text
More text
Images
etc.
....
display ends here
<table>
<tr><td>
<img src="images/display/blank.gif" width="0" height="400px" alt="">
</td></tr>
</table>
</div>
Because the amount of text, etc. varies from page to page, the height
parameter has to tailored to each page. On one page it is 391px, on another
95px, etc.
Is there a way to display this GIF down the left of the page with a fixed
height, say 600px and then put the rest of the page to the right?
This way, if the rest is less than 600px there will still be the filler with
a background image. If it is more, then it will expand.
I have tried lots of things and none seem to work.