Results 1 to 3 of 3

Thread: Textual tool script help (onmouseout)

  1. #1
    Join Date
    Apr 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Textual tool script help (onmouseout)

    I have a question about this great script: http://www.dynamicdrive.com/dynamicindex5/linkinfo.htm which I am using on http://nintendosan.atspace.com

    Is it possible to make the original text reappear when you move the pointer back from the link? This is the original text on your site:

    Welcome to our new look!
    Hope you like the new look for Dynamic Drive. This is the first in a series of steps we're taking to improve our site. In the very near future, you can expect many cool features such as a new forum, newsletter, feedback form, and more, to be introduced. Enjoy!


    When I move my mouse over "scrollers" another text comes up, and when I move it back, the original text won´t reappear.



    Yours sincerely

    Johan

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You can add this to your array:

    Code:
    content[5]='</small><p><font face="Verdana" color="#000000">site. In the very near futes sum, newsletter, feedback form, and more, to be introduced. Enjoy!<br></font><small>'
    And make your typical markup look like so:

    Code:
    <a href="../dynamicindex1/index.html" onmouseout="changetext(content[5])" onmouseover="changetext(content[0])">Spel1</a>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Apr 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks a lot! You made my day

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •