• Blogs (9)
    • 📱 236 - 992 - 3846

      📧 jxjwilliam@gmail.com

    • Version: ‍🚀 1.1.0
  • css+javascript: a showtip effect.

    Blogs20102010-11-22


    Here I wrote a simple html to implement a showtip effect by using css + javascript(prototype).
    The steps:

    When mouse over the text, the showtip function is called and the effect is the following:
    show tip

    When mouse leaves the text, the hidetip() active to hide the pop text.
    It works pretty good.