摘要: 一、当然是元素设定为postion: absolute, 然后控制 left, top 位置 二、元素增加overflow属性,然后设置元素的scrollLeft, scrollRight当做滚动条来设置位置,调试了半天才发现这个功能 阅读全文
posted @ 2018-07-17 15:21 Jason.Zeng 阅读(1180) 评论(0) 推荐(0) 编辑
摘要: clientheight clientheigh: 内容的可视区域,不包含border。 clientheight=padding + height - 横向滚动轴高度。 The Element.clientHeight read-only property is zero for elements 阅读全文
posted @ 2018-07-17 13:58 Jason.Zeng 阅读(647) 评论(0) 推荐(0) 编辑