最新下载
jQuery图片抖动滑块切换
五种切换效果的jQuery幻灯片
24小时阅读排行榜
- 1 Golang并发编程和多线程区别_Go语言并发模型解析
- 2 javascript如何操作日期和时间_Date对象怎么用【教程】
- 3 mysql中事务中的持久性与一致性保证
- 4 mysql事务中的加锁机制与锁等待
- 5 css 想给段落首字母添加颜色和大小怎么办_使用 ::first-letter 设置字体样式
- 6 mysql中的系统库有哪些_mysql系统数据库介绍
- 7 mysql如何防止误删数据_mysql权限设计思路
- 8 css 浮动布局中内容换行异常怎么办_通过盒模型与宽度控制解决
- 9 如何添加主键_mysql primary key设置
- 10 c++中如何使用std::inclusive_scan_c++17包含前缀和用法【实例】
- 11 如何在Golang中实现文件权限管理_Golang os包Chmod与Stat实践
- 12 css布局弹性容器子元素宽度不均怎么办_通过 flex-grow/flex-shrink 控制
- 13 css框架表单验证样式如何实现_通过状态类控制边框和提示颜色
- 14 mysql执行SQL出错一般发生在哪个阶段_错误定位方法
- 15 C# 列表排序方法 C# List如何进行排序
最新教程
-
- Node.js 教程
- 15947 2025-08-28
-
- CSS3 教程
- 1546087 2025-08-27
-
- Rust 教程
- 23131 2025-08-27
-
- Vue 教程
- 25599 2025-08-22
-
- PostgreSQL 教程
- 22108 2025-08-21
-
- Git 教程
- 9104 2025-08-21
这是一款鼠标经过图片时自动轮播切换产品商品图片展示特效,jQuery图片选项卡切换代码。
<div class="slide">
<div class="slide_point">
<span class="cur_point point1"><img width="210px" height="280px" src="img/image/2_1.png"></span>
<span class="point2"><img width="200px" height="250px" src="img/image/0_2.png"></span>
<span class="point3"><img width="200px" height="250px" src="img/image/0_3.png"></span>
<span class="point4"><img width="200px" height="250px" src="img/image/0_4.png"></span>
</div>
<div class="slide_cont">
<ul class="clearfix">
<li>
<img src="img/image/1_1.png" hspace="10" usemap="#s_map_1" ismap="ismap"/>
<map name="s_map_1" class="s_map">
<area class="map_point" shape="rect" coords="10,20,170,300" href="#" target="_blank" alt="" title="">
<area class="map_point" shape="rect" coords="220,20,390,300" href="siteall.htm" target="_blank" alt="" title="">
<area class="map_point" shape="rect" coords="420,20,600,300" href="pageall.htm" target="_blank" alt="" title="">
<area class="map_point" shape="rect" coords="620,20,810,300" href="pageal.htm" target="_blank" alt="" title="">
</map>
</li>
<li>
<img src="img/image/1_2.png" hspace="10" usemap="#s_map_2"/>
<map name="s_map_2" class="s_map">
<area class="map_point" shape="rect" coords="10,20,170,300" href="urlall.htm" target="_blank" alt="" title="">
<area class="map_point" shape="rect" coords="300,20,500,300" href="siteall.htm" target="_blank" alt="" title="">
<area class="map_point" shape="rect" coords="620,20,810,300" href="pageal.htm" target="_blank" alt="" title="">
</map>
</li>
<li>
<img src="img/image/1_3.png" hspace="10" usemap="#s_map_3"/>
<map name="s_map_3" class="s_map">
<area class="map_point" shape="rect" coords="10,20,170,300" href="urlall.htm" target="_blank" alt="" title="">
<area class="map_point" shape="rect" coords="220,20,390,300" href="siteall.htm" target="_blank" alt="" title="">
<area class="map_point" shape="rect" coords="420,20,600,300" href="pageall.htm" target="_blank" alt="" title="">
<area class="map_point" shape="rect" coords="620,20,810,300" href="pageal.htm" target="_blank" alt="" title="">
</map>
</li>
<li>
<img src="img/image/1_4.png" hspace="10" usemap="#s_map_4"/>
<map name="s_map_4" class="s_map">
<area class="map_point" shape="rect" coords="10,20,170,300" href="urlall.htm" target="_blank" alt="" title="">
<area class="map_point" shape="rect" coords="300,20,500,300" href="siteall.htm" target="_blank" alt="" title="">
<area class="map_point" shape="rect" coords="620,20,810,300" href="pageal.htm" target="_blank" alt="" title="">
</map>
</li>
</ul>
</div>
</div>
