摘要:
$(function() { // 居中 function center(obj) { var screenWidth = $(window).width(), screenHeight = $(window).height(); //当前浏览器窗口的 宽高 var scrolltop = $(d... 阅读全文
摘要:
1. 用这个功能一般都会嫌弃自带的效果想要用美哒哒的图片替换解决方案:定位然后透明化 opacity: 0; filter: "alpha(opacity=0)"; filter: alpha(opacity=0);-moz-opacity: 0; 所有浏览器兼容2. 背景透明解决方案:backg... 阅读全文
摘要:
所以:1注释一定是要加的,为了开发人员更好的看懂咱们的代码,防止他们再回头问咱们2CSS样式的顺序虽然不影响显示效果,但是最好谨遵bootstrap的规范走,后期能更好的维护Css属性声明顺序:1.Positioning(定位属性)2.Boxmodel(盒模型属性)3.Typographic(排版... 阅读全文
摘要:
无标题文档 1 2 3 4 ps:代码还可以优化~~ 阅读全文
摘要:
鼠标滑动,nav固定效果~代码如下:JQ: Html和CSS fsdfsd fsdfsd fsdfsd fsdfsd fsdfsd fsdfsd fsdfsd fsdfsd 阅读全文
摘要:
jQuery文件: $(function(){ var tit= $(".boxBar dl dt"); var con= $(".boxBar dl dd"); var list=$("dt:gt(4)"); var conBox=$("dd:gt(4)"); list.hide()... 阅读全文
摘要:
代码如下: 主页 home 左箭头 arrow-l 右箭头 arrow-r 上箭头 arrow-u 下箭头 arrow-d 删除 delete 加号+ plus 减号- minus 对号 check 锯齿 gear 刷新 refresh 前进 forward 返回 back ... 阅读全文
摘要:
效果图:js代码 HTML代码 放大 缩小 This is some text.This is some text.This is some text.This is some text.This is some text.This is some text.This is so... 阅读全文