求一个网页图片显示特效

来源:百度知道 编辑:UC知道 时间:2024/05/27 21:29:12
http://www.mysteel.com/catalog/tihejin.html
高手请看上面的这个链接,在右侧有几个走势曲线图,平时显示缩小的图片,把鼠标放上后在一旁显示真实大小的图片,而不是在原图上放大。请教这个特效如何实现?
忘记说了,需要ASP代码

<!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>byzuo.cn---焦点图片 </title>
<style type="text/css">
/* Reset style */
* { margin:0; padding:0; word-break:break-all; }
body { background:#FFF; color:#333; font:12px/1.6em Helvetica, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size:1em; }
a { color:#039; text-decoration:none; }
a:hover { text-decoration:underline; }
ul, li { list-style:none; }
fieldset, img { border:none; }
e