Pastetool #455

URL: , Paste another

<!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=iso-8859-1" />
	<title>Logos</title>
	
	<script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.2.6.pack.js"></script>
	<script type="text/javascript">
		$(function() {
			$('table#logos a').hover(function(){
				var img = $('img',this);
				img[0].src = img[0].src.replace('g.jpg','w.jpg');
			}, function(){
				var img = $('img',this);
				img[0].src = img[0].src.replace('w.jpg','g.jpg');
			});

		});
	</script>
</head>

<body>
<table width="500" border="1" align="center" id="logos">
  <tr>
    <td align="center"><a href="#"><img src="images/logos/1g.jpg" alt="logo" width="150" height="75" border="0" /></a></td>
    <td align="center"><a href="#"><img src="images/logos/2g.jpg" alt="logo" width="150" height="75" border="0" /></a></td>
    <td align="center"><a href="#"><img src="images/logos/3g.jpg" alt="logo" width="150" height="75" border="0" /></a></td>
  </tr>
  <tr>
    <td align="center"><a href="#"><img src="images/logos/4g.jpg" alt="logo" width="150" height="75" border="0" /></a></td>
    <td align="center"><a href="#"><img src="images/logos/5g.jpg" alt="logo" width="150" height="75" border="0" /></a></td>
    <td align="center"><a href="#"><img src="images/logos/6g.jpg" alt="logo" width="150" height="75" border="0" /></a></td>
  </tr>
  <tr>
    <td align="center"><a href="#"><img src="images/logos/7g.jpg" alt="logo" width="150" height="75" border="0" /></a></td>
    <td align="center"><a href="#"><img src="images/logos/8g.jpg" alt="logo" width="150" height="75" border="0" /></a></td>
    <td align="center">
	</td>
  </tr>
</table>
</body>
</html>

Download code


This code was pasted on March 3, 2010




Protected with advance Anti-SPAM techniques :)
Coded and designed by Fedmich
Follow us on Twitter