Jump to content

Image Animation


Shinji

Recommended Posts

Hey guys and gals I know that there are other posts about this topic but I can't seem to find my problem! Here's my code. Any help or critism is awesome.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head>	<link rel="stylesheet" type="text/css" href="style1.css" /><script type="text/javascript"><!--function mouseOver(){document.b1.src ="images\nav-home-over.jpg"}function mouseOut(){document.b1.src ="images\nav-home-up.jpg"}//--></script></head><body><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td><table border="0" cellpadding="0" cellspacing="0" width="500">  <tr>	<td class="nav" width="100" height="45">	<img alt="main" src="images\nav-main.jpg" border="0"/>	</td>  </tr>  <tr>	<td class="nav" width="100" height="20">	<a href="home.html"	onmouseover="mouseOver()"	onmouseout="mouseOut()">	<img alt="home" src="images\nav-home-up.jpg" name="b1" border="0" />	</a>	</td>  </tr>  <tr>	<td class="nav" width="100" height="20">	<a href="updates.html"><img alt="updates" src="images\nav-updates-up.jpg" border="0"/></a>	</td>  </tr>  <tr>	<td class="nav" width="100" height="20">	<a href="wownews.html"><img alt="news" src="images\nav-news-up.jpg" border="0"/></a>	</td>  </tr>  <tr>	<td class="nav" width="100" height="20">	<a href="forums.html"><img alt="forums" src="images\nav-forums-up.jpg" border="0"/></a>	</td>  </tr></table></td></tr></table></body></html>

I figured the CSS sheet was unimportant here so i didn't post it.

Link to comment
Share on other sites

  • 5 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...