标签归档:CSS

CSS设置鼠标为小手手型

css中鼠标放上去变成手型怎么设置:其实就是一个属性的问题, css的cursor属性  cursor:pointer; default:标准箭头 //这是默认的样式 pointer:手形光标   wait :等待光标   text:I形光标   vertical-text :水平I形光标   no-drop:不可拖动光标   not-allowed:无效光标   help:帮助光标   all-scroll:三角方向标   move  :移动标   crosshair:十字标 有的地 […]

PHP+Javascript实现拖动滑块完成拼图验证码

下载源码 or 查看演示 github地址:https://github.com/binwind8/tncode 重要的文件: 1、tncode.js /*! tncode 1.2 author:weiyingbin email:277612909@qq.com //@ object webiste: http://www.39gs.com/archive/259.html //@ https://github.com/binwind8/tncode */ if(!document.getElementByClassName){     function hasClass(elem, cls) […]