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

imports Collection

Internet Development Index

Retrieves a collection of all the imported style sheets defined for the respective styleSheet object.

Syntax

[ oColl = ] styleSheet.imports
[ oObject = ] styleSheet.imports(iIndex)

Possible Values

oCollArray of imported style sheets.
oObjectReference to an individual item in the array of elements contained by the object.
iIndexRequired. Integer that specifies the zero-based index of the item to be returned.

Members Table

PropertyDescription
length Sets or retrieves the number of objects in a collection.
MethodDescription
item Retrieves an object from the filters collection or various other collections.
namedItem   Retrieves an object or a collection from the specified collection.

Remarks

An imported style sheet is one that is brought into the document using the cascading style sheets (CSS) @import rule.

Example

This example shows how to display the URL paths of the imported style sheets in the document.

for ( i = 0; i < document.styleSheets.length; i++ )
{
if ( document.styleSheets(i).owningElement.tagName == "STYLE" )
{
for ( j = 0; j < document.styleSheets(i).imports.length; j++ )
alert("Imported style sheet " + j + " is at " +
document.styleSheets(i).imports(j).href);
}
}

Standards Information

There is no public standard that applies to this collection.

Applies To

styleSheet
紫金县| 屏南县| 宣恩县| 翁牛特旗| 会昌县| 万载县| 寿光市| 翁牛特旗| 裕民县| 孟村| 眉山市| 兰溪市| 二连浩特市| 龙门县| 汝州市| 松原市| 平潭县| 来凤县| 凭祥市| 玉溪市| 峨眉山市| 青田县| 泸溪县| 天镇县| 启东市| 平顶山市| 达州市| 年辖:市辖区| 铜鼓县| 德惠市| 宁晋县| 清涧县| 布拖县| 通州市| 平利县| 北海市| 威信县| 湾仔区| 卫辉市| 涞水县| 宁化县|