Sticky footer in a new window ...

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Ab007
Forum Newbie
Posts: 1
Joined: Thu Feb 07, 2008 2:20 pm

Sticky footer in a new window ...

Post by Ab007 »

Hello,

I am using rss feeds on my site and would like to open the links in a new window. However, at the bottom of this new window, I would like to have a sticky footer where I can put a message ... something like this site has done - http://www.saradaga.com/ ---- Under 'World News', if you click on a link, the link will open in a new window, however at the bottom on the new window, there is a banner.

How can I do this in php?

Thanks a lot for any help :-)
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Sticky footer in a new window ...

Post by RobertGonzalez »

A sticky footer is not done in PHP, it is done with HTML and CSS.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Sticky footer in a new window ...

Post by RobertGonzalez »

Oh yeah, I moved this to Client Side.
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: Sticky footer in a new window ...

Post by VladSun »

Ab007 wrote:Under 'World News', if you click on a link, the link will open in a new window, however at the bottom on the new window, there is a banner.

How can I do this in php?
Look at its HTML source - it uses frames...
There are 10 types of people in this world, those who understand binary and those who don't
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Sticky footer in a new window ...

Post by RobertGonzalez »

This is from our useful resources thread at the top of the Client Side forum.
Post Reply