A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Textual tooltip Script

  1. #1
    I'm still learning...
    Join Date
    Nov 2004
    Location
    Malaysia
    Posts
    284

    Question [Resolved] Textual tooltip Script

    I wanted to create a page where I rollover a list of text, it'll change the image.

    I followed the script from dynamicdrive.com, works fine, but when I try to add in another set of list and image on the same page, it wont work.

    http://www.dynamicdrive.com/dynamicindex5/linkinfo.htm

    I tried separating it, duplicating the script, and changing the names like "d1" "d2" to "d3" "d4", and so on, but it still wont work.

    I followed the "Note:" from the dynamicdrive website about the onload event, removed
    Code:
    window.onload=regenerate2
    
    window.onload=regenerate4
    and put in
    Code:
    <body onload="regenerate2();regenerate4()">
    but still, no luck.

    I think I just need to change all the variable names, but I'm not sure which ones I've missed out.

    I'm not a scripting guy. I just copy and paste from the web and try to edit a little to fit my needs.

    You can see what I've tried here http://jasonpang.com/v3/.
    You can see there's 2 columns, Work and Personal Projects, and there's links below. (Only the "JavaScript Kit" link and "50 free fonts" link are working now, just to test the script.) When rollover the "50 free fonts", it changed the stuffs at the "Work" section.
    Last edited by Nogol; 06-01-2010 at 11:01 AM. Reason: Problem solved

  2. #2
    I'm still learning...
    Join Date
    Nov 2004
    Location
    Malaysia
    Posts
    284
    never mind!
    Some guy already helped me with it

    i've already uploaded my web.

    http://jasonpang.com/

    If you wanna critique and comment about it, please post here:
    http://board.flashkit.com/board/show....php?p=4252121

Tags for this Thread

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center