I am trying to get this rollover with fade to work. I forget exactly where I copied the javascript from but it worked before I modifed it. Can anyone help me troubleshot this problem?
Thanks
Here is the code I have so far:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/transitional.dtd">
<html>
<head>
<title> Welcome to Howling Wolf Studios </title>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
var maximages = 10; // how many fade images do you have?
var fadespeed = 125; // fade frame time in milliseconds; 125 = 125 ms
var fadeintimer;
var fadeouttimer;
var fadeincount = 0;
var fadeoutcount = maximages-1;
var fadearray = new Array(maximages); // enter all the fade images here
// the first item should be 0, then numbered through 1 less than your maximages
Ok I have gotten the rollover to work. But it is showing the first and the last image in addition to the image with the rollover. Here is the code.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/transitional.dtd">
<html> <!-- Frames the HTML Page -->
<head> <!-- Title Open Command -->
<title> Welcome to Howling Wolf Studios </title> <!-- Title at top of browser -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
var maximages = 11; // how many fade images do you have?
var fadespeed = 125; // fade frame time in milliseconds; 125 = 125 ms
var fadeintimer;
var fadeouttimer;
var fadeincount = 0;
var fadeoutcount = maximages-1;
var fadearray = new Array(maximages); // enter all the fade images here
// the first item should be 0, then numbered through 1 less than your maximages
<font face= "Arial"size="+1"> <!-- Text Formatting -->
This is my group project called Deadfall done in Alias' Maya. The assignment was to design a 30 second animation that flies around the capture the flag level we designed and built. I worked on everything on the red base minus the three gun turrents. To download the file right mouse click and hit "save target as".
<br>
<br>
<a href="images/deadfall.mov"><font size="+1" color="#FFFFFF"> <u> Click here to download Deadfall.</u></font></a>
<br>
<br>
This is my first project done in my Interactive Design Class. The assignment was to make an animation from the Shockwave Rider excerpt, which you can <A HREF="html/Shockwave.html "font size="+1" color="#FFFFFF" target="_blank" ><font size="+1" color="#FFFFFF"><u> read here</u></font></a>. To download the file right mouse click and hit "save target as".
<br>
<br>
<a href="images/Shockwave.mov"><font size="+1" color="#FFFFFF"><u> Click here to download the Shockwave Rider.</u></font></a>
<br>
<font face= "Arial"size="+1"> <!-- Text Formatting -->
<br>
Don't have Quicktime?
<a href="http://www.apple.com/quicktime/download/index.html"target="_blank"> <font size="+1" color="#FFFFFF" ><u>
<br>
Download it here.</u></a>
<br>
<a href="http://www.apple.com/quicktime/download/index.html"><img src="images/getquicktime.gif" hspace="15" vspace="15" border="0" ></u></font></a>
Bookmarks