鼠标滑过小图显示大图预览效果(html代码,css样式,javascript)

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
ul,li{list-style:none;}
a{color:#333;text-decoration:none;}
a:hover{color:#ff722d;text-decoration:none;}
img{border:0;}
a img,a:hover img{border:0;}
.latestWeb{width:560px;margin:10px auto 0;}
.trans_msg{filter:alpha(opacity=100,enabled=1) revealTrans(duration=.2,transition=1) blendtrans(duration=.2);}
div.bodycontent{font-family:Arial,Helvetica,sans-serif;padding:0 10px 10px 13px;color:#555;line-height:22px;text-align:justify;text-justify:inter-ideograph;}
.latestWeb ul{overflow:hidden;_height:1%;}
.latestWeb li{float:left;border:1px solid #EBEAEA;width:150px;padding:17px 0 14px 22px;margin:14px 18px 0 0;}
var bT=true;//允许图像淡入淡出
var tw=150;//提示框宽度
var endaction=false;//结束动画
var ns4 = document.layers;
var ns6 = document.getElementById && !document.all;
var ie4 = document.all;
</li>
<li class="">
<div style="width:90px;height:65px;"><a href="http://www.update8.com/effects"><img src="http://www.update8.com/js_img/8-24/images/04.jpg" width=130px height=65px onMouseOver="toolTip('<img src=http://www.update8.com/js_img/8-24/images/04.jpg>')" onMouseOut="toolTip()"></a></div>
</li>
<li class="">
<div style="width:90px;height:65px;"><a href="http://www.update8.com"><img src="http://www.update8.com/js_img/8-24/images/05.jpg" width=130px height=65px onMouseOver="toolTip('<img src=http://www.update8.com/js_img/8-24/images/05.jpg>')" onMouseOut="toolTip()"></a></div>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>很酷的鼠标滑过小图显示大图预览效果丨www.update8.com</title>
<meta http-equiv="content-type" content="text/html;charset=gb2312">
调用方法:
<a href="pages.jpg" target='_blank' onMouseOver="toolTip('<img src=http://zhouzh:90/templet/T_yestem_channel/pages_small.jpg>')" onMouseOut="toolTip()"><img src='pages_small.jpg' border=0 width=30 height=20 align="absmiddle" title="点击看大图"></a>
鼠标滑过小图显示大图预览效果(html代码,css样式,javascript)
一、预览效果:
二、代码部分(将以下代码复制粘贴到记事本,然后将后缀改成.htm或html即可)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
</li>
</ul>
</div>
<script language="javascript">
function getViewportHeight() {
if (window.innerHeight!=window.undefined) return window.innerHeight;
if (document.compatMode=='CSS1Compat') return document.documentElement.clientHeight;
if (self.pageXOffset) // all except Explorer
{
return self.pageXOffset;
}
else if (document.documentElement && document.documentElement.scrollLeft)
// Explorer 6 Strict
if (document.compatMode=='CSS1Compat') return document.documentElement.clientWidth;
if (document.body) return document.body.clientWidth;
return window.undefined;
</li>
<li class="">
<div style="width:90px;height:65px;"><a href="http://www.update8.com"><img src="http://www.update8.com/js_img/8-24/images/06.jpg" width=130px height=65px onMouseOver="toolTip('<img src=http://www.update8.com/js_img/8-24/images/06.jpg>')" onMouseOut="toolTip()"></a></div>
// Explorer 6 Strict
{
return document.documentElement.scrollTop;
}
else if (document.body) // all other Explorers
{
return document.body.scrollTop;
}
}
function getScrollLeft() {
</li>
<li class="">
<div style="width:90px;height:65px;"><a href="http://www.7caidy.com"><img src="http://www.update8.com/js_img/8-24/images/03.jpg" width=130px height=65px onMouseOver="toolTip('<img src=http://www.update8.com/js_img/8-24/images/03.jpg>')" onMouseOut="toolTip()"></a></div>
{
return document.documentElement.scrollLeft;
}
else if (document.body) // all other Explorers
{
return document.body.scrollLeft;
}
}
/*
渐变的弹出图片
使用方法:
将js包含在网页bodyHale Waihona Puke Baidu结束标签后
<div class="latestWeb">
<ul>
<li class="">
<div style="width:90px;height:65px;"><a href="http://www.update8.com"><img src="http://www.update8.com/js_img/8-24/images/01.jpg" width=130px height=65px onMouseOver="toolTip('<img src=http://www.update8.com/js_img/8-24/images/01.jpg>')" onMouseOut="toolTip()"></a></div>
必须CSS样式
.trans_msg
{
filter:alpha(opacity=100,enabled=1) revealTrans(duration=.2,transition=1) blendtrans(duration=.2);
}
*/
//--初始化变量--
var rT=true;//允许图像过渡
</li>
<li class="">
<div style="width:90px;height:65px;"><a href="http://www.33567.cn"><img src="http://www.update8.com/js_img/8-24/images/02.jpg" width=130px height=65px onMouseOver="toolTip('<img src=http://www.update8.com/js_img/8-24/images/02.jpg>')" onMouseOut="toolTip()"></a></div>
<!--把下面代码加到<head>与</head>之间-->
<style type="text/css">
*{padding:0;margin:0;}
html{overflow:-moz-scrollbars-vertical;}
body{font:12px/22px "宋体";word-break:break-all;text-align:left;background:#C0C0C0;color:#4E4E4E;}
}
/**
* Gets the real scroll top
*/
function getScrollTop() {
if (self.pageYOffset) // all except Explorer
{
return self.pageYOffset;
}
else if (document.documentElement && document.documentElement.scrollTop)
if (document.body) return document.body.clientHeight;
return window.undefined;
}
function getViewportWidth() {
if (window.innerWidth!=window.undefined) return window.innerWidth;
div.bodycontent ul{margin-left:0px;}
</style>
<script language="javascript">
function toolTip(str) {
}
</script>
</head>
<body>
<!--把下面代码加到<body>与</body>之间-->
offsetX = 10;
offsetY = 20;
var toolTipSTYLE="";
function initToolTips()
{
tempDiv = document.createElement("div");
相关文档
最新文档