国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

在IE下:float屬性會(huì)影響offsetTop的取值

2019-11-21 02:24:40
字體:
供稿:網(wǎng)友
因需要定位某個(gè)HTML元素(例如:div)距離頁頂?shù)母叨龋胗胦ffsetTop來取值,結(jié)果卻發(fā)現(xiàn)CSS中如果使用了float:left;之類的寫法后,竟然會(huì)導(dǎo)致取到的值不一樣。

沒有使用float:left;取的到值是正常值200;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Float對(duì)offsetTop的影響</title>
<meta http-equiv="Content-Type" content="text/html;charset=gb2312" />
<meta name="Copyright" content="(c)" />
<meta name="Author" content="CNLei" />
<style type="text/css" media="all">
body {margin:0;padding:0;}
#Top {height:100px;}
#Main {padding:100px;}
#IECN {width:200px;height:50px;background:#f00;color:#fff;}
</style>
<script type="text/javascript">
<!--
function ShowIt(o) {
 alert(o.offsetTop);
}
-->
</script>
</head>
<body>
<div id="Top">#Main {padding:100px;} 沒有使用float屬性,取到的offsetTop的值正常:200。</div>
<div id="Main">
 <div id="IECN" onclick="ShowIt(this);">點(diǎn)擊此處試試</div>
</div>
</body>
</html>

使用了float:left;后,取的值卻變成了100,平白無故的少了100 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Float對(duì)offsetTop的影響</title>
<meta http-equiv="Content-Type" content="text/html;charset=gb2312" />
<meta name="Copyright" content="(c)" />
<meta name="Author" content="CNLei" />
<style type="text/css" media="all">
body {margin:0;padding:0;}
#Top {height:100px;}
#Main {padding:100px;float:left}
#IECN {width:200px;height:50px;background:#f00;color:#fff;}
</style>
<script type="text/javascript">
<!--
function ShowIt(o) {
 alert(o.offsetTop);
}
-->
</script>
</head>
<body>
<div id="Top">#Main {padding:100px;float:left;} 使用了float屬性,取到的offsetTop的值只有100了,無故少了100。</div>
<div id="Main">
 <div id="IECN" onclick="ShowIt(this);">點(diǎn)擊此處試試</div>
</div>
</body>
</html>
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 洛南县| 宝丰县| 襄城县| 博野县| 旬阳县| 华池县| 拜城县| 扶沟县| 遂川县| 汝城县| 建阳市| 荥经县| 淅川县| 平塘县| 天柱县| 会理县| 杂多县| 卢氏县| 边坝县| 张家界市| 扶风县| 洛川县| 兴安盟| 商丘市| 上林县| 云南省| 夹江县| 合江县| 米林县| 咸宁市| 铁岭县| 桂东县| 响水县| 奈曼旗| 华池县| 清苑县| 三门县| 蕲春县| 谢通门县| 绥阳县| 兴义市|