Footer Control
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngibuyspy' list.


paul smith
Hi,

I was wondering if anybody had developed a footer control. I thought about
just including an extra row in desktopdefault.aspx but I want the option of
displaying it (i.e. on certain pages and not on others). If I develop it as
a control is there a way of getting it to appear always a certain distance
from the bottom of any other control on the page. For example I may have a
control that only takes up half a screen but I may want the footer to appear
right at the bottom.

Thanks

Paul

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

Reply to this message...
 
    
Dennis West
Paul try this I set it to 90% of the remaining height of the page

<table width="100%" height="90%">
<tbody>
<tr valign="bottom">
<td nowrap="nowrap" align="center">
<!-- #include virtual="~/footer.inc" --></td>
</tr>
</tbody>
</table>

----- Original Message -----
From: "paul smith" <Click here to reveal e-mail address>
To: "aspngibuyspy" <Click here to reveal e-mail address>
Sent: Thursday, August 08, 2002 3:59 AM
Subject: [aspngibuyspy] Footer Control

[Original message clipped]

Reply to this message...
 
    
Duncan C. Ion
The only way I've ever resolved this is to use framesets. Be interested
in other solutions.
Hth
Duncan

-----Original Message-----
From: paul smith [mailto:Click here to reveal e-mail address]
Sent: 08 August 2002 10:00
To: aspngibuyspy
Subject: [aspngibuyspy] Footer Control

Hi,

I was wondering if anybody had developed a footer control. I thought
about
just including an extra row in desktopdefault.aspx but I want the option
of
displaying it (i.e. on certain pages and not on others). If I develop it
as
a control is there a way of getting it to appear always a certain
distance
from the bottom of any other control on the page. For example I may have
a
control that only takes up half a screen but I may want the footer to
appear
right at the bottom.

Thanks

Paul

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

| [aspngibuyspy] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Allan Spartacus Mangune

-----Original Message-----
From: Duncan C. Ion [mailto:Click here to reveal e-mail address]
Sent: Thursday, August 08, 2002 10:19 AM
To: aspngibuyspy
Subject: [aspngibuyspy] RE: Footer Control

The only way I've ever resolved this is to use framesets. Be interested
in other solutions. Hth Duncan

-----Original Message-----
From: paul smith [mailto:Click here to reveal e-mail address]
Sent: 08 August 2002 10:00
To: aspngibuyspy
Subject: [aspngibuyspy] Footer Control

Hi,

I was wondering if anybody had developed a footer control. I thought
about
just including an extra row in desktopdefault.aspx but I want the option
of
displaying it (i.e. on certain pages and not on others). If I develop it
as
a control is there a way of getting it to appear always a certain
distance
from the bottom of any other control on the page. For example I may have
a
control that only takes up half a screen but I may want the footer to
appear
right at the bottom.

Thanks

Paul

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

| [aspngibuyspy] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

| [aspngibuyspy] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
David M. Tyburski
Well it's not the prettiest solution, but I've used this before and it =
works. To get things to always appear on the bottom of a page, no =
matter how much is at the top, I simple use multiple tables in html. =
Here is some example code: You can put your control in the bottom =
section and it will always stay on the bottom of the page. I hope this =
helps.

<HTML>
<HEAD>
</HEAD>
<BODY leftmargin=3D0 topmargin=3D0 marginwidth=3D0 marginheight=3D0>
<TABLE Width=3D100% Height=3D100%>
<TR>
<td align=3DLeft Width=3D100% Height=3D100%>
<Table Width=3D100% Height=3D100%>
<tr>
<td align=3Dleft width=3D100%>
Top Left
</td>
<td align=3Dright NoWrap>
Top Right
</td>
</tr>
            =09
<tr>
<td valign=3Dcenter align=3Dleft height=3D100%>
Mid Left
</td>
<td valign=3Dcenter align=3Dright height=3D100% NoWrap>
Mid Right
</td>
</tr>
            =09
<tr>
<td align=3Dleft width=3D100%>
Bottom Left
</td>
<td align=3Dright NoWrap>
Bottom Right
</td>
</tr>
</Table>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>

    "Allan Spartacus Mangune" <Click here to reveal e-mail address>
    08/09/2002 09:43 AM
    Please respond to "aspngibuyspy"
        =20
         To: "aspngibuyspy" <Click here to reveal e-mail address>
         cc: (bcc: David Tyburski)
         Subject: [aspngibuyspy] RE: Footer Control

-----Original Message-----
From: Duncan C. Ion [mailto:Click here to reveal e-mail address]
Sent: Thursday, August 08, 2002 10:19 AM
To: aspngibuyspy
Subject: [aspngibuyspy] RE: Footer Control

The only way I've ever resolved this is to use framesets. Be interested
in other solutions. Hth Duncan

-----Original Message-----
From: paul smith [mailto:Click here to reveal e-mail address]
Sent: 08 August 2002 10:00
To: aspngibuyspy
Subject: [aspngibuyspy] Footer Control

Hi,

I was wondering if anybody had developed a footer control. I thought
about
just including an extra row in desktopdefault.aspx but I want the option
of
displaying it (i.e. on certain pages and not on others). If I develop it
as
a control is there a way of getting it to appear always a certain
distance
from the bottom of any other control on the page. For example I may have
a
control that only takes up half a screen but I may want the footer to
appear
right at the bottom.

Thanks

Paul

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

| [aspngibuyspy] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

| [aspngibuyspy] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

| [aspngibuyspy] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com