会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小梦19
博客园
首页
新随笔
联系
订阅
管理
04 2018 档案
display: inline-block;水平居中
摘要:margin:0 auto;对于宽度固定设置水平居中,宽度不固定,水平居中,父级元素设置text-align:center;,自身元素设置display: inline-block;即可水平居中
阅读全文
posted @
2018-04-27 11:21
小梦19
阅读(709)
评论(0)
推荐(0)
兼容火狐回车事件
摘要:$("按下回车的控件").keydown(function(e){ var curKey = e.which; if(curKey == 13){ $('#回车事件按钮控件').click(); }}); 火狐不兼容event
阅读全文
posted @
2018-04-27 11:17
小梦19
阅读(173)
评论(0)
推荐(0)
公告