最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

top Property

Internet Development Index

Sets or retrieves the top coordinate of the rectangle surrounding the object content.

Syntax

TextRectangle.top [ = iCoord ]

Possible Values

iCoordInteger that specifies or receives the top coordinate of the rectangle, in pixels.

The property is read/write. The property has no default value.

Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see About Dynamic Properties.

Remarks

Use this syntax to access the top coordinate of the second text rectangle of a TextRange object:

oRct = oTextRange.getClientRects();
oRct[1].top;

Note that the collection index starts at 0, so the second item index is 1.

To access the top coordinate of the bounding rectangle of an object, use this syntax:

oBndRct = oElement.getBoundingClientRect();
oBndRct.top;

Example

This example uses the getBoundingClientRect method to retrieve the coordinates of the bounds of the text rectangles within the element.

<SCRIPT>
function getCoords(oObject) {
oBndRct=oObject.getBoundingClientRect();
alert("Bounding rectangle = \nUpper left coordinates: "
+ oBndRct.left + " " + oBndRct.top +
"\nLower right coordinates: "
+ oBndRct.right + " " + oBndRct.bottom);
}
</SCRIPT>
</HEAD>
<BODY>
<P ID=oPara onclick="getCoords(this)">

Standards Information

There is no public standard that applies to this property.

Applies To

TextRectangle

See Also

bottom, left, right, TextRectangle Collection, TextRectangle Object
达日县| 哈尔滨市| 尚志市| 麻阳| 洛川县| 铁岭市| 永宁县| 鹿泉市| 亳州市| 疏勒县| 富川| 株洲市| 辉县市| 历史| 深泽县| 岳阳县| 时尚| 奉新县| 盐边县| 彭州市| 崇义县| 兴安县| 莲花县| 什邡市| 独山县| 和龙市| 拜城县| 杭锦后旗| 望城县| 焦作市| 木兰县| 读书| 财经| 广河县| 潢川县| 姜堰市| 眉山市| 从江县| 富平县| 明星| 丰城市|