Interactive Button or layers?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

FP 2002 trying to create a calendar, that when you mouse over the date it
pops up with text of the events for that date AND link it to that companies
event website. Where is a good site for this type of information and or code?
 
: FP 2002 trying to create a calendar, that when you mouse
over the date it
: pops up with text of the events for that date AND link it
to that companies
: event website. Where is a good site for this type of
information and or code?


:I am creating a calendar and i would like to have this
action performed:
: when the mouse hovers over a date it will comes up with
the (text)events for
: that day? is this possible?do i need to create a seperate
page for each dates
: information? thanks sam

There are all sorts of tricks you can do. The script file I
use is called wz_tooltip.js
wz_tooltip.js instructions: http://www.devira.com
In Use Examples:
Version 1:
http://www.lannonfire.com/Projects/Pop-Up_Calendar.htm
Version 2:
http://www.lannonfire.com/Projects/Pop-Up_Calendar_v2.html
Version 3:
http://www.lannonfire.com/Projects/Pop-Up_Calendar_v3.html

v1-tooltip hardcoded to page
v2-tooltip displays <iframe> for contents
v3-v2 + links
 
Back
Top