*新闻详情页*/>
日期:2021-01-20 类型:科技新闻 我要分享
关键词:通道抠图,怎么在图片上编辑文字,创客贴作图神器,免费图片设计制作在线,背景透明图制作
用CSS防Lightbox完成点一下小图无更新显示信息大图编码
编码简介:
CSS的“Lightbox”是1本人见人爱的照片显示信息技术性,她能够完成点一下小图无更新显示信息大图的作用。Discuz论坛就有这类作用,但是仿佛它还用有JS,这1款沒有用到JS,彻底用纯CSS完成,并且用起来十分便捷。留意,照片的边框和尺寸这个依据你的网页页面合理布局自身设定1下,这里只是演试1下,不1定恰好合适你的网页页面。
编码內容:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>用CSS防Lightbox完成点一下小图无更新显示信息大图编码 - www.webdm.cn</title> <style> .black_overlay{ display: none; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-color: white; z-index:1001; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80); } .white_content { display: none; position: absolute; top: 25%; left: 25%; width: 46%; height: 50%; padding: 13px; border: 16px solid orange; background-color: white; z-index:1002; overflow: auto; } .codefans_net { width:420px; height:210px; background-color:#efefef; color:#666; border-width:1px; border-color:#999; border-style:solid; margin:6px; padding:6px; font-Size:14px; line-height:200%; float:midden; } </style> </head> <body> <p class="codefans_net">CSS的“Lightbox”是1本人见人爱的照片显示信息技术性,能够完成点一下小图无更新显示信息大图的作用,假如你 并不是太了解这类实际效果,你能够点一下下边的照片就会搞清楚了!<br> <a href = "javascript:void(0)" onclick = "document.getElementById ('light').style.display='block';document.getElementById('fade').style.display='block'"><img border="0" src="http://www.webdm.cn/images/20091006/demoimgsmall.jpg" width="100" height="62"></a> <div id="light" class="white_content"> <a target="_blank" href="/"> <img border="0" src="http://www.webdm.cn/images/20091006/demoimg.jpg" width="350" height="216"></a> <a href = "javascript:void(0)" onclick = "document.getElementById('light').style.display='none';document.getElementById ('fade').style.display='none'">关掉</a></div> <div id="fade" class="black_overlay"></div></p> </body> </html> <br /> <p><a href="http://www.webdm.cn">网页页面编码站</a> - 最技术专业的网页页面编码免费下载! </p>
总结
以上所述是网编给大伙儿详细介绍的用CSS防Lightbox完成点一下小图无更新显示信息大图编码,期待对大伙儿有一定的协助,假如大伙儿有任何疑惑请给我留言,网编会立即回应大伙儿的。在此也十分谢谢大伙儿对脚本制作之家网站的适用!
假如你感觉本文对你有协助,欢迎转载,烦请注明出处,感谢!
Copyright © 2002-2020 通道抠图_怎么在图片上编辑文字_创客贴作图神器_免费图片设计制作在线_背景透明图制作 版权所有 (网站地图) 粤ICP备10235580号