会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
il mio Carolina
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
10
下一页
2016年5月13日
CSS: font-weight
摘要: normal:默认值 bold:400 bolder:700 lighter:比默认值细 值:100,200 ...900
阅读全文
posted @ 2016-05-13 17:39 Carolina
阅读(130)
评论(0)
推荐(0)
编辑
CSS:padding
摘要: 不允许使用负值 padding: 上 右 下 左 padding: 上 右 下 padding: 上 右 padding:四边边距为相同的值 auto:浏览器计算内边距 length %:父元素宽度的百分比
阅读全文
posted @ 2016-05-13 17:28 Carolina
阅读(121)
评论(0)
推荐(0)
编辑
2016年5月12日
CSS:background-
摘要: background-position:设置背景图像的位置 这个属性设置背景原图像的位置,背景图像如果要重复,将从这一点开始。 要将background-attachment属性设置为"fixed",才能保证background-position属性在FF和Opera中正常工作。 值 top lef
阅读全文
posted @ 2016-05-12 22:00 Carolina
阅读(232)
评论(0)
推荐(0)
编辑
JS函数库:页面滚动过程中元素产生动画效果 WOW.js
摘要: 官网 WOW.js依赖animate.css, 所以它支持animate.css多达60多种动画效果。 浏览器兼容:IE9以及以前的版本不适用 使用方法: 1、引入文件 <link rel="stylesheet" href="css/animate.min.css" /> <script type
阅读全文
posted @ 2016-05-12 21:08 Carolina
阅读(846)
评论(0)
推荐(0)
编辑
HTML: <header>标签:定义文档的页眉(介绍信息)
摘要: IE8以及更早的版本不支持<header>标签 <header>是HTML5中的新标签
阅读全文
posted @ 2016-05-12 19:58 Carolina
阅读(1255)
评论(0)
推荐(0)
编辑
jQuery: .html()
摘要: $(elementobject).html("hello"); 相当于: elementobject.innerHTML("hello");( getElementById("elementobjectid").innerHTML("hello") ) 相当于: $(elementobject)[0
阅读全文
posted @ 2016-05-12 18:11 Carolina
阅读(175)
评论(0)
推荐(0)
编辑
PHP: file_put_contents
摘要: (PHP5, PHP7) file_put_contents — 将一个字符串写入文件 函数原型: int file_put_contents(string $filename, mixed $data[, int $flags = 0[, resource $context]]); 和依次调用fo
阅读全文
posted @ 2016-05-12 17:55 Carolina
阅读(328)
评论(0)
推荐(0)
编辑
$是jQuery的别名,表达式 $ == jQuery和表达式 $ ===jQuery的值都是true
摘要: $是jQuery的别名,在使用上是一样的,两者可以互换位置 $ == jQuery; //true $ jQuery; //true
阅读全文
posted @ 2016-05-12 16:19 Carolina
阅读(474)
评论(0)
推荐(0)
编辑
jQuery: .each(function)
摘要: Iterate over a jQuery object, executing a function for each matched element. .each(function) function type: Function(Integer index, Element element) a
阅读全文
posted @ 2016-05-12 16:16 Carolina
阅读(363)
评论(0)
推荐(0)
编辑
JQuery:模糊匹配html属性
摘要: jQuery("[attribute |= value]") 属性字头选择器(attribute contains prefix selector) 如jQuery("[herflang |= 'en']")这句代码执行时将会选择文档中所有含有herflang属性,并且herflang的值以“en”
阅读全文
posted @ 2016-05-12 11:28 Carolina
阅读(518)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
···
10
下一页
公告