• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CF 4.0

New Here ,
Aug 14, 2007 Aug 14, 2007

Copy link to clipboard

Copied

I am using CF 4.0 and try to use JS OnMouseOver="". If you look this page http://www.walterzorn.com/tooltip/tooltip_e.htm#docu and move your mouse onto the "Function-Grapher", the gif file will show. How can I do the same? Thank you.
TOPICS
Advanced techniques

Views

236

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Aug 14, 2007 Aug 14, 2007

Copy link to clipboard

Copied

LATEST
If you view the page source the code is

<a onmouseover="Tip('Online Function Grapher written in JavaScript<br> <br><img src=../images/grapher.gif width=210 height=175>',SHADOW, true, BGCOLOR, '#ffffff', FADEIN, 400, FADEOUT, 400)" href="../grapher/grapher_e.htm">Function-Grapher</a>

Download the javascript file(s) per their instructions and try it out using your own image.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation