Page 1 of 1

Sticky footer in a new window ...

Posted: Thu Feb 07, 2008 2:23 pm
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 :-)

Re: Sticky footer in a new window ...

Posted: Thu Feb 07, 2008 3:28 pm
by RobertGonzalez
A sticky footer is not done in PHP, it is done with HTML and CSS.

Re: Sticky footer in a new window ...

Posted: Thu Feb 07, 2008 3:29 pm
by RobertGonzalez
Oh yeah, I moved this to Client Side.

Re: Sticky footer in a new window ...

Posted: Thu Feb 07, 2008 3:56 pm
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...

Re: Sticky footer in a new window ...

Posted: Thu Feb 07, 2008 4:51 pm
by RobertGonzalez
This is from our useful resources thread at the top of the Client Side forum.