最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
css图片切换效果代码[不用js]
时间:2023-08-24 13:07:14 编辑:袖梨 来源:一聚教程网
非常不错的图片切换效果代码,不用css,代码比较精简,推荐使用,注意一下多浏览器的兼容性
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>纯css图切换 练习 教程来自snwebsite</title> <style type="text/css"> a{ display:block; border:1px solid #cccccc; width:20px; height:20px; margin:1px; } dl{ position:absolute; width:240px; height:170px; } dt{ position:absolute; right:1px; top:25px; } dd{ width:240px; height:170px; overflow:hidden; } </style> <script language="JavaScript" type="text/javascript"> </script> </head> <body> <dl> <dt><a href="#a">1</a><a href="#b">2</a><a href="#c">3</a></dt> <dd> <img src="/upload/20080926074249449.jpg" id="a" /> <img src="/upload/20080926074251309.jpg" id="b" /> <img src="/upload/20080926074251902.jpg" id="c" /> </dd> </dl> </body> </html>
[Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]
相关文章
- 洛克王国世界立方人如何获取 07-09
- 描写青葱岁月的句子(精选81句) 07-09
- 新一代neiro币是什么?neiro会成为第二个狗狗币吗? 07-09
- 魔兽世界模范市民成就解锁方法 07-09
- 比特币供应转向弱势持有者——接下来会抛售吗? 07-09
- 幻想生活i无垠大陆如何快速刷新时系素材 07-09