<!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>Image Preview with jQuery by http://www.codefans.net</title>
<meta name="description" content="Easiest jQuery Tooltip Ever">
<script src="jquery.js" type="text/javascript"></script>
<script src="main.js" type="text/javascript"></script>
</meta>
<style>
body {
margin:0;
padding:40px;
background:#fff;
font:80% Arial, Helvetica, sans-serif;
color:#555;
line-height:180%;
}
h1{
font-size:180%;
font-weight:normal;
color:#555;
}
h2{
clear:both;
font-size:160%;
font-weight:normal;
color:#555;
margin:0;
padding:.5em 0;
}
a{
text-decoration:none;
color:#f30;
}
p{
clear:both;
margin:0;
padding:.5em 0;
}
pre{
display:block;
font:100% "Courier New", Courier, monospace;
padding:10px;
border:1px solid #bae2f0;
background:#e3f4f9;
margin:.5em 0;
overflow:auto;
width:800px;
}
img{border:none;}
ul,li{
margin:0;
padding:0;
}
li{
list-style:none;
float:left;
display:inline;
margin-right:10px;
}
/* */
#preview{
position:absolute;
border:1px solid #ccc;
background:#333;
padding:5px;
display:none;
color:#fff;
}
/* */
</style>
</head>
<body>
<h1>Easy Image Preview with jQuery</h1>
<h2>Image gallery (without caption)</h2>
<ul>
<li><a href="1.jpg" class="preview"><img src="1s.jpg" alt="gallery thumbnail" /></a></li>
<li><a href="2.jpg" class="preview"><img src="2s.jpg" alt="gallery thumbnail" /></a></li>
<li><a href="3.jpg" class="preview"><img src="3s.jpg" alt="gallery thumbnail" /></a></li>
<li><a href="4.jpg" class="preview"><img src="4s.jpg" alt="gallery thumbnail" /></a></li>
</ul>
<h2>Image gallery (with caption)</h2>
<ul>
<li><a href="1.jpg" class="preview" title="Lake and a mountain"><img src="1s.jpg" alt="gallery thumbnail" /></a></li>
<li><a href="2.jpg" class="preview" title="Fly fishing"><img src="2s.jpg" alt="gallery thumbnail" /></a></li>
<li><a href="3.jpg" class="preview" title="Autumn"><img src="3s.jpg" alt="gallery thumbnail" /></a></li>
<li><a href="4.jpg" class="preview" title="Skiing on a mountain"><img src="4s.jpg" alt="gallery thumbnail" /></a></li>
</ul>
</body>
</html>
JonSco
- 粉丝: 94
- 资源: 1万+
最新资源
- 基于Matlab Simulink实现了以下功能,搭建了储能系统变模型以及钒液流电池模型,仿真效果较好,系统充放电正常 下图为系统模型图,电池输出电压电流以及SOC波形 1.钒液流电池本体建模 2
- Java毕设项目:基于spring+mybatis+maven+mysql实现的会员积分管理系统【含源码+数据库+毕业论文】
- 电子学习资料设计作品全资料多功能数字时钟设计资料
- 电子学习资料设计作品全资料肺活量测量仪设计资料
- 目标检测-输电线上接地装置头部检测数据集2367张YOLO+VOC格式.zip
- 基于python+turtle烟花秀(完整代码)
- 电子学习资料设计作品全资料高灵敏无线探听器电路资料
- Java毕设项目:基于spring+mybatis+maven+mysql实现的德云社票务管理系统【含源码+数据库+开题报告+毕业论文】
- comsol二维圆,三维球生成,均附带itz厚度代码,直接在COMSOL生成,不需导入等步骤 参数说明如图3 4所示 附带使用教程
- 使用netty实现简单的回显
- Java毕设项目:基于spring+mybatis+maven+mysql实现的农产品仓库管理系统【含源码+数据库+开题报告+毕业论文】
- 基于python+turtle绘制生日蛋糕(完整代码)
- 电子学习资料设计作品全资料光纤通信复用技术的研究资料
- Matlab程序 语音降噪,卡尔曼滤波,维纳滤波,低通滤波,自适应滤波四合一 程序会生成四种滤波后的新文件和波形图
- 目标检测输电线氧化数据集370张YOLO+VOC格式.zip
- 2025最新房屋租赁系统源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈