great job on the tipster script! I am trying to emulate a tooltip that google uses for people to submit suggested translations when you translate a page with the google translator. Example:
http://google.com/translate?u=http%3A%2F%2Fwww.shibumi.org%2Feoti.htm&langpa ir=en%7Car&hl=en&ie=UTF8[/url]
http://google.com/translate?u=http%3A%2F%2Fwww.shibumi.org%2Feoti.htm&langpa ir=en%7Car&hl=en&ie=UTF8
Basically what I want to emulate specifically about this google tooltip is:
1. When you hover over a DIV element (the arabic text) a tooltip appears
2. the tooltip stays as long as you are hovering over the DIV element (the arabic text) and if you are hovering on the tooltip itself
3. you also have the option of closing the tooltip manually with a X or close button at the top right of the tooltip
4. if you click on "suggest a better translation" the only way to make the tooltip dissapear is by manually closing the tooltip with the X button, hovering away from the tooltip will not work anymore
I want to emulate all these things with tipster.
Currently tipster can:
1. enable a tooltip by hovering over a DIV element or link
2. the tooltip stays as long as you hover over the div element or link, or if you hover over the tooltip itself (this is seen in the "static" tooltip in the demonstration site)
So what i need help with is somehow giving tipster functionality to have a close button like google's tooltip, and also letting the tipster tooltip dissapear only by manually clicking close once a certain link has been clicked ( with google once you click "suggest a better translation" you can now only manually close the tooltip for it to dissapear)
so that's 2 things to add functionality to tipster to make it function like google's tooltip, you might already be able to do these things, maybe i'm illiterate when i read the documentation, but i need help in doing this, and would appreciate an example of someone showing me how to do this with tipster
thank you