I have several pages of varying lengths. so my page footer floats around the page. is there a way to keep the footer on the bottom of the page where it belongs. Is the a dynamic method.
If you are using tables, just set the height of the main table to 100%. In the td tag for your footer, set valign="bottom". You will probably need to set the other valign's to "top" to account for the pages that don't fill up the entire page.
Please note that the "height" variable is not rendered correct in all browsers...
What I personal do is create a 1x1 gif (small load size) and make this gif non color and no backgroundcolor.
Insert the pixel in your a column that covers 100% of the height of the table. Set the height of this pixel to the prefered height(500px??) of your page and VOILA you have a constant height!
Look for dynamic CSS on the web. You can make a DIV tag (containing any HTML you want) stick, or float constantly at the bottom of your page, like those Jvascript menus.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.