上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 30 下一页
摘要: GLOBAL.namespace('Cookie');GLOBAL.Cookie = { //读取 read : function(name) { var cookieStr = '; ' + document.cookie + '; '; var index... 阅读全文
posted @ 2014-08-26 23:06 白小虫 阅读(182) 评论(0) 推荐(0)
摘要: -webkit-font-smoothing: antialiased;在Safiri下字体渲染不佳的时候用这个代码可以有效解决。简直神奇! 阅读全文
posted @ 2014-08-25 16:02 白小虫 阅读(1478) 评论(0) 推荐(0)
摘要: 对a链接的display设置为block,以便整个标签可以点击。但是,如果对该标签设置为position:absolute后,会发现在ie6、ie7下有时点击无效,ie8下有效(ie8标准),使用zoom:1方式也无法解决问题。解决方案1、使用position:relative而不是position... 阅读全文
posted @ 2014-08-02 13:57 白小虫 阅读(235) 评论(0) 推荐(0)
摘要: $(".theme-colors > li > span").hover(function(e) { var t = $(this), n = $("body"); n.attr("class", "").addClass("theme-" + t.... 阅读全文
posted @ 2014-07-31 18:21 白小虫 阅读(187) 评论(0) 推荐(0)
摘要: 华文细黑:STHeiti Light [STXihei]华文黑体:STHeiti华文楷体:STKaiti华文宋体:STSong华文仿宋:STFangsong俪黑 Pro:LiHei Pro Medium俪宋 Pro:LiSong Pro Light标楷体:BiauKai苹果俪中黑:Apple LiG... 阅读全文
posted @ 2014-06-13 10:54 白小虫 阅读(306) 评论(0) 推荐(0)
摘要: 如下图所示:Document 应用margin负值配个外框的padding达到效果。 阅读全文
posted @ 2014-05-22 12:41 白小虫 阅读(151) 评论(0) 推荐(0)
摘要: 加一个html{ _text-overflow:ellipsis;} 阅读全文
posted @ 2014-05-16 11:03 白小虫 阅读(137) 评论(0) 推荐(0)
摘要: 背景 在搜索引擎中搜索关键字.htaccess 缓存,你可以搜索到很多关于设置网站文件缓存的教程,通过设置可以将css、js等不太经常更新的文件缓存在浏览器端,这样访客每次访问你的网站的时候,浏览器就可以从浏览器的缓存中获取css、js等,而不必从你的服务器读取,这样在一定程度上加快了网站的打开速度... 阅读全文
posted @ 2014-05-14 14:05 白小虫 阅读(2102) 评论(0) 推荐(0)
摘要: CSS3 box-shadow 如下所示:查看更多:http://www.w3cplus.com/content/css3-box-shadow 阅读全文
posted @ 2014-05-10 17:30 白小虫 阅读(302) 评论(0) 推荐(0)
摘要: CSS3的文字阴影—text-shadow text-shadow text-shadow text-shadow text-shadow text-shadow text-shadow text-shadow text-shadow查看更多:http... 阅读全文
posted @ 2014-05-10 10:54 白小虫 阅读(328) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 30 下一页