Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Footer Control at bottom of the page

Reply
Thread Tools

Footer Control at bottom of the page

 
 
Kiki
Guest
Posts: n/a
 
      08-12-2004
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>
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
css "div" bottom of window or bottom of content. Dan HTML 1 04-04-2008 09:40 AM
How to do for a web page which have header(top), content (datagrid) with scroll bar, footer(bottom) using HTML's DIV Tag under ASP.NET? abc ASP .Net 1 04-30-2006 12:10 PM
CSS to put text at bottom of browser window, or page bottom, whichever is lower? Noozer HTML 1 03-13-2006 10:35 AM
Forcing the footer at bottom of page? John Dalberg HTML 4 09-30-2004 05:44 PM
Force footer at bottom of a page Guadala Harry ASP .Net 3 09-07-2004 03:18 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57