会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
liuxuze
2014年11月11日
css常用总结
摘要: 1.固定一个层在页面的位置,不受滚动条影响,属性position:fixed,如: .tbar{ height:200px;width:60px;background-color:#666;position:fixed;left:10px;top:10px; }
阅读全文
posted @ 2014-11-11 22:58 liuxuze
阅读(87)
评论(0)
推荐(0)
javascript常用事件及方法
摘要: 1.获取鼠标坐标,考虑滚动条拖动var e = event || window.event;var scrollX = document.documentElement.scrollLeft || document.body.scrollLeft;var scrollY = document.doc...
阅读全文
posted @ 2014-11-11 22:47 liuxuze
阅读(118)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告