Click to return to the DHTML, HTML     
timelineBehavior Property     TYPE Attribute | type Pro...     Default Behaviors Referen...    
Web Workshop  |  DHTML, HTML & CSS

TIMESTARTRULE Attribute | timeStartRule Property


This document describes technologies available as an experimental implementation of HTML+TIME within Internet Explorer 5. While we encourage you to evaluate these features and to send us your feedback, please note that these features are subject to change.

Sets or retrieves the point at which the document's timeline begins.

Syntax

HTML <BODY STYLE="behavior:url(#default#time);" t:TIMESTARTRULE = sAction... >
Scripting body.timeStartRule [ = sAction ]

Possible Values

sAction String that specifies the following value:
onDocLoad Starts the document timeline after the document is fully loaded, but without waiting for any document-associated media. This value ties the start of the document timeline to the window.onload event.

The property is read/write with a default value of onDocLoad. This property cannot be modified in script after the onload event fires on the document body.

Remarks

Only the HTML BODY element supports this property.

Values other than onDocLoad might be available in future versions of Internet Explorer.

The prefix t is used to associate this attribute with an XML namespace.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
time

See Also

HTML+TIME


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.