Log in

View Full Version : MSN Type Popup that appears at the bottom of the page at the right with a delay



hellothere
07-23-2008, 02:13 AM
Hi

I have seen some websites having a MSN type popup that appears at the bottom right of the page.

I need one for my site and it must have a delay of say 30 secs before it appears.

I need to put in a PHP page into that popup and it must be resizable.

Do you know any script that can do this?

Medyman
07-23-2008, 06:43 PM
What page are you talking about? Post a link.

It can be done with jQuery (http://jquery.com/), most likely. Here (http://www.visualbinary.net/files/tutorials/jquery-timer/) is an example. If you scroll over the info icons, the info box will appear. Once you mouse off of the info box, it'll disappear 3 seconds afterwards. You could reverse the principle and show a box 30 seconds after some event.