Footer Control at bottom of the page

K

Kiki

Hello,
i wonder if someone could please help me..
i've got a footer control and want to display it at the bottom of the
page. Because it will be the same control used accross all pages i
need to add it programmatically (need to pass different images for
different pages). I know there's something wrong with the code below
as it's floating around the page and doesn't stay put at the bottom!!

Any ideas will be extremely appreciated..
Thank you..

..footer
{
font:8pt Verdana, Arial, Helvetica, sans-serif;
top:expression(document.body.scrollTop +
document.body.clientHeight -
offsetHeight);
position: absolute
}


<table width="100%" class=footer>

<tr align="right">
<td>.....<img><img>
</td>

</tr>
<tr align=center>
<td>
....
<div class="footerMenu">Footer | Menu | Here</div>
</td>
</tr>
</table>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top