The CSS Utility class includes tools for positioning, importing external stylesheets, and enabling and disabling stylesheets.
Utilities for DOM Styles and Cascading Style Sheets.
Returns the absolute left position of the specified node.
i = getAbsoluteLeft( o, r )
i as int: The absolute left of the specified object from the parent window.
Returns the absolute position of the specified node.
i = getAbsolutePosition( o, r, b )
i as int: The absolute position of the specified object from the parent window.
Returns the absolute top position of the specified node.
i = getAbsoluteTop( o, r )
i as int: The absolute top of the specified object from the parent window.
Imports the specified stylesheet.
void loadStyleSheet( sUrl, sName )
Enables or disables the specified external stylesheet.
void toggleStyleSheet( sTitle, bEnable )
[ Hemi JavaScript Framework - Stephen W. Cote, 2002 - 2009. ]