enyo / opentip

Opentip is an open source javascript tooltip based on the protoype framework.
http://www.opentip.org
1.25k stars 401 forks source link

Problems: background and delay #109

Open ilgolem opened 10 years ago

ilgolem commented 10 years ago

Hi, I tried to use your awsome script to make some tooltip in my webiste: http://rockpunchriders.com/

But, I have some problems.

If you check this web page: http://rockpunchriders.com/ride-one-psycho-love/#3

And you go over the girl knee, you can see that the first time the background is only a small piece in upper-left corner (second time is good) and there is a small fade effect that I dont want.

I tried to use this <script>Opentip.reposition();</script> before the tooltip definition, but dont works.

Can you help me? Thanks in advance.


Marco Puglia