随身笔记
随身笔记

前端资源

前端资源

css @font-face加载字体文件

css 字体加载 @font-face css加载字体文件: @font-face { font-family: 'SingleMaltaRegular'; src: url('../fonts/singlemalta-webfont.eot'); src: url('../fonts/singlemalta-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/single…

   570   2015-04-08   去围观

chrome 谷歌浏览器二维码插件

chrome 谷歌浏览器二维码插件 http://pan.baidu.com/s/1bnfJJ11 教程:http://jingyan.baidu.com/article/ac6a9a5e4290292b653eacb9.html

   668   2015-04-07   去围观

jquery左右晃动效果

使用过wordpress的都知道后台输入错误密码时候,窗口会摇晃。 function shake(o){ var $panel = $("#"+o); box_left = ($(window).width() - $panel.width()) / 2; <!-- 居中时left的属性值--> $panel.css({'left': box_left,'position':'fixed'}); …

   626   2015-04-07   去围观

Respond.js让IE6-8支持CSS3 Media Query

让媒体查询兼容IE6/7/8 respond.src 测试地址:http://scottjehl.github.io/Respond/test/test.html    

   558   2015-04-07   去围观

滚动条美化

http://www.jqcool.net/jquery-easy-scroll.html

   568   2015-04-07   去围观
加载更多