欢迎访问服务器技术网-www.fuwuqijishu.com

HTML DOM offsetParent 属性

JavaScript fuwuqijishu 2年前 (2022-09-04) 22次浏览 0个评论 扫描二维码
文章目录[隐藏]

HTML DOM offsetParent 属性

元素对象

实例

获取 div 最近的祖先元素:

var testDiv = document.getElementById("test");
document.getElementById("demo").innerHTML = testDiv.offsetParent;


定义和用法

offsetParent 是一个只读属性,获得被定位的最近祖先元素。。

注意: offsetParent 用于
offsetLeft 和
offsetTop 属性。

提示: 当元素的 style.display 设置为 “none” 时,offsetParent 返回 null。


浏览器支持

属性
offsetParent Yes Yes Yes Yes Yes

语法

element.offsetParent 

技术细节

返回值: 节点对象,表示最近的祖先元素。


元素对象

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2519.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900