会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
管理
订阅
上一页
1
2
3
4
5
2017年11月21日
居中
摘要: 上下左右居中: (不考虑弹性布局及css3属性) 1. 已知宽高的情况下: a. 绝对定位50% + 负margin 50% * 盒宽|高度,兼容性非常好(IE6) b. 绝对定位0 + margin: auto, 兼容性比较好 2. 未知宽高: a. 加个父元素包裹起来, 并设置 display:
阅读全文
posted @ 2017-11-21 00:10 芋头圆
阅读(118)
评论(0)
推荐(0)
2017年10月11日
jquery-2.0.3 源码分析 整体架构
摘要: 关键 var jQuery = function( selector, context ) { return new jQuery.fn.init(); } jQuery.fn = jQuery.prototype = { constructor: jQuery, name: 'hello', in
阅读全文
posted @ 2017-10-11 01:20 芋头圆
阅读(168)
评论(0)
推荐(0)
上一页
1
2
3
4
5
公告