FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Small popups

 


Possum
Hi

I found a page that had small popups. I put a screen capture of it on my website

http://udopage.com/udopage_55.php

How do you create these popups..?

Cheers Possum
GB
I think the way that do that is with javascript's show/hide command. You can create a div tag set to:
Code:
#divtagname1 {
visibility: hidden;
}
#divtagname2 {
visibility: hidden;
}

Then using javascript, you can switch the id between hidden and visible.

LOTS more is available via google. Much more verbose than me, too.
Jaspa
I looked into this once myself... they are called tool tips. if you google for tooltip scripts you should be able to find a fair few links to scripts in different coding languages ie php, java, js, html, even ajax.

Here's some to get you started:

http://www.dhtmlgoodies.com/index.html?page=tooltip

http://www.walterzorn.com/tooltip/tooltip_e.htm

I quite like the second one, the script you can download FREE Very Happy has a verity of settings to customise the tooltip to your liking.

You can even add pictures to the popup balloons.
Possum
Hi

Yes the second like is cool

Cheers Possum..
Reply to topic    Frihost Forum Index -> Webmaster and Internet -> Design Tips

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.