Hey Alex,
My friend JoeMaller ( www.joemaller.com) uses this:
<!------ START CODE ------->
<HEAD>
<TITLE>
Basic JavaScript Rollover
</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- hide from non JavaScript Browsers
Rollimage = new Array()
Rollimage[0]= new Image(121,153)
Rollimage[0].src = "joe_open.jpg"
Rollimage[1] = new Image(121,153)
Rollimage[1].src = "joe_blink.jpg"
function SwapOut(){
document.Rupert.src = Rollimage[1].src;
return true;
}
function SwapBack(){
document.Rupert.src = Rollimage[0].src;
return true;
}
// - stop hiding -->
</SCRIPT>
</HEAD>
<P align="center">
<A HREF=" http://www.joemaller.com/"
onmouseover="SwapOut()"
onmouseout="SwapBack()">
<IMG SRC="joe_open.jpg"
NAME="Rupert"
WIDTH=121
HEIGHT=153
BORDER=0>
</A>
</P>
<!------ END CODE ------->
Hope this helps.
|
|
Expert:
|
john2
|
|
Date:
|
Feb 24, 2007
|
|
Time:
|
03:45
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
Alex,
your script worked fine for me as it is, both in Firefox and IE.
I can't see any problem if the images files are in the same folder, with the correct names.
Regards,
Jakob
|
|
Expert:
|
jgivoni
|
|
Date:
|
Feb 24, 2007
|
|
Time:
|
11:12
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
Alex11, please close this question and distribute the points.
If you didn't get a solution to your problem or your found it yourself, please let the experts know.
Thanks,
Quomon Admin
|
|
Expert:
|
admin
|
|
Date:
|
Jun 04, 2007
|
|
Time:
|
10:39
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
This question has been closed.
Quomon Admin
|
|
Expert:
|
admin
|
|
Date:
|
Jun 16, 2007
|
|
Time:
|
16:01
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
|
|
|
|
This question has been answered, and points have been rewarded to the following experts:
You're welcome however to comment or give additional information or if you wish, you have the ability to write an Answer Summary for this question by clicking on the "Answer Summaries" Tab.
|
|