Lord-Nikon
Expert Member
- Joined
- Jul 22, 2008
- Messages
- 2,511
- Reaction score
- 0
Hi All (again
)
I need your help again. I don't know if you guys have seen this on the web before: You have a link or a calender and when you mouse over a date a small window popsup bottom right of your mouse with details of that date in it and as soon as you remove your mouse, the popup disappears... HOW DO THEY DO THAT?


Now, what I've tried is the following:
1. Created a onmouseover event that calls a JScript function that gets me my php code that I need.
2. Written a css style to change my tooltip look and feel to look more like a window then a faded little box
3. Assign my details from my php code to a string variable
4. Changes the tooltip of the hovered space (link etc.) to my string...
Is this the right way to go about doing this or is this completely wrong? Please advise if you know the "real" secret to that...
An example : Hover your mouse over the 10th and see what I mean
I need your help again. I don't know if you guys have seen this on the web before: You have a link or a calender and when you mouse over a date a small window popsup bottom right of your mouse with details of that date in it and as soon as you remove your mouse, the popup disappears... HOW DO THEY DO THAT?
Now, what I've tried is the following:
1. Created a onmouseover event that calls a JScript function that gets me my php code that I need.
2. Written a css style to change my tooltip look and feel to look more like a window then a faded little box
3. Assign my details from my php code to a string variable
4. Changes the tooltip of the hovered space (link etc.) to my string...
Is this the right way to go about doing this or is this completely wrong? Please advise if you know the "real" secret to that...
An example : Hover your mouse over the 10th and see what I mean