为您找到相关结果782,342个
前端兼容性问题总结(PC端)_CSS_网页制作_脚本之家
本文主要对前端 PC端兼容性问题进行总结,具有一定的参考价值,下面跟着小编一起来看下吧AI可以解决你遇到的任何问题,ChatGPT+国内所有大模型 免费用!【 点击立即使用 (对话+绘画)】 1.如果图片加a标签在IE9-中会有边框 解决方案: 1 img{border:none;} 2.rgba不支持IE8 解决方案:可以用 opacity eg: 1 2...
www.jb51.net/css/5261...html 2024-10-6
Html5实现移动端、PC端 刮刮卡效果_html5_网页制作_脚本之家
//PC端的处理 c1.addEventListener("mousemove",eventMove,false); c1.addEventListener("mousedown",eventDown,false); c1.addEventListener("mouseup",eventUp,false); //移动端的处理 c1.addEventListener('touchstart', eventDown,false); c1.addEventListener('touchend', eventUp,false); ...
www.jb51.net/html5/4733...html 2024-10-8