I have the following code where clients can view a bigger picture when they click on a smaller. Is it possible to view a bigger picture when mouse in the smaller picture.
<head>
<title>HOME</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<frameset align=right cols="*,200" border="0">
<frame align=left src="target0.html" name="images" border="0">
<frame src="thumbnails.html" scrolling="yes" border="0">
</frame>
</frame>
</frameset>
</frame>
</frameset>
</html>
<head>
<title>HOME</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<frameset align=right cols="*,200" border="0">
<frame align=left src="target0.html" name="images" border="0">
<frame src="thumbnails.html" scrolling="yes" border="0">
</frame>
</frame>
</frameset>
</frame>
</frameset>
</html>