摘要:
一、当然是元素设定为postion: absolute, 然后控制 left, top 位置 二、元素增加overflow属性,然后设置元素的scrollLeft, scrollRight当做滚动条来设置位置,调试了半天才发现这个功能 阅读全文
摘要:
clientheight clientheigh: 内容的可视区域,不包含border。 clientheight=padding + height - 横向滚动轴高度。 The Element.clientHeight read-only property is zero for elements 阅读全文