Question:

Linking photos to web sites

by  |  earlier

0 LIKES UnLike

i have a black and white photo that i linked to youtube that is on my myspace profile, but i want it to change to color when a mouse is scrolled over it. how do i do this and how do i create the link for it?!thanks for all the help! :]

 Tags:

   Report

2 ANSWERS


  1. You don't need Flash.  You should be able to use inline JavaScript, such as:

    <img src="bw.gif" onmouseover="this.src='rgb.gif'" onmouseout="this.src='bw.gif'">


  2. You will need two pictures. One Black and White and one color. (The same size) Now you need flash software (macromedia.com used to have a free trial - not shure if they still do) There may be other software but this is what I would use.

    With a mouse over comand, you use one pic for default and one for mouse-over. Save - publish - use swf file for posting online.

    Ken

      

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.