给里面的a元素加一个margin-top,margin-top不是相对于外侧div来的 Read More
function tigerMac(speed,elems,hitStyle,fn){ var that=this; var _speed = 200/speed, _oldelems=$(elems), _cycIndex=0; var _elems=... Read More
1 body{background: #fff;} 2 .both{background: url("http://img1.40017.cn/cn/s/ZhuanTi/2015/75603/both.jpg") no-repeat top center;} 3 4 5 .top{ width... Read More
滚动滚动栏,导航栏跟着变,点击导航栏,滚动到相应的位置 1 2 3 4 5 6 7 8 64 65 66 67 68 69 70 71 ... Read More
1 2 3 4 5 6 7 17 18 19 20 兼容Ie的阴影21 22 23 View Code生成样式链接:http://code.ciaoca.com/style/hexcolor/知识点介绍链接:http://w... Read More
滚动条滚动到一定高度时,显示导航栏 1 2 3 4 5 6 7 8 35 36 37 38 39 花团锦簇40 百花争艳41 花红柳绿42 ... Read More
在布局ul时,给li设置margin-right的时候,每行的最后一个li有margin-right 导致ul 看上去不居中的问题 1 2 3 4 5 6 7 18 19 20 21 22 23 ... Read More
-->function inputIeplaceholder(objInput,focusC,blurC){ var doc = document, inputs = doc.getElementById(objInput), //input... Read More
/** * Created by zhouyan on 15/4/26. *///前台调用var $=function(args){ return new Base(args);}//基础库function Base(args){ //创建一个数组,来保存获取的节点和节点数组 th... Read More
base.js/** * Created by zhouyan on 15/4/26. *///前台调用var $=function(_this){ return new Base(_this);}//基础库function Base(_this){ //创建一个数组,来保存获取的节点和... Read More
/** * Created by zhouyan on 15/4/26. *///前台调用var $=function(){ return new Base();}//基础库function Base(){ //创建一个数组,来保存获取的节点和节点数组 this.elements=... Read More