User Profile

Collapse

Profile Sidebar

Collapse
martypants
martypants
Last Activity: Mar 12 '09, 05:37 PM
Joined: Mar 12 '09
Location: Ulsan South Korea
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • martypants
    replied to element.src=variable?
    Works like a charm! Many thanks to you both!
    See more | Go to post

    Leave a comment:


  • martypants
    started a topic element.src=variable?

    element.src=variable?

    What am I doing wrong here?

    I'm trying to make a simple rollover that changes image from black/white to color. The images are displayed in b/w and all end in "_bw.jpg" and on mouseOver I want to change to color - thoses images all end in "_cr.jpg"

    My javascript is:

    Code:
    function mouseOver(imgName)
    {
    //alert(imgName + "_cr.jpg");
    document.imgName.src = imgName
    ...
    See more | Go to post
    Last edited by Dormilich; Mar 12 '09, 02:46 PM. Reason: added [code] tags
No activity results to display
Show More
Working...