Forum Moderators: not2easy
I need a small favour, I want to code for (object is an image)
1) on mouse over a description should come
2) on mouse out the description should vanish
3) on mouse click some other event should occur.
Here the problem is when I do mouse click and then the mouse out event also happens (due to mouse movement) and nullifies the effect of mouse click. so the option is tooltips,
Anybody knows
1) how to create a tooltip in SWISH 2.0
or
2) how to create a tooltip inside mouse over event, let me explain.
if(mouse over happens)
{
(all javascript coding should be inside this, no function outside);
}
I am not allowed to use other functions.
your help will be highly appreciated, thank you.
Aji