Mouseover Images change

altzurra

New Member
I have the following code and I wish to change each of the images to another individually on mouse over. \[code\]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Welcome to Baracad!</title> <style type="text/css"> body,td,th{color: #4099FF;font-family:"Courier New",Courier,monospace;} body {background-color: #000;} h1 {font-size:72px;} </style> </head> <body> <div id="toppanel"> <h1>Baracad</h1> <hr /> </div> <table align="center"> <tr> <td id="comp" valign="middle" align="center" onclick="comp()"><a href="http://stackoverflow.com/questions/12763009/#"><img src="http://stackoverflow.com/questions/12763009/images (1).jpg" width="225" height="225" /></a></td> <td valign="middle" align="center"><a href="http://stackoverflow.com/questions/12763009/#"><img src="http://stackoverflow.com/questions/12763009/mobiles.jpg" width="225" height="225" /></a></td> <td valign="middle" align="center"><a href="http://stackoverflow.com/questions/12763009/#"><img src="http://stackoverflow.com/questions/12763009/sport.jpg" width="225" height="225" /></a></td> <table> </body></html>\[/code\]Please help with the full code where i can just fill in the links to the new images in the "".
 
Back
Top