ORIENTATION Attribute
Sets or retrieves a value that indicates the alignment of the object within the document.
Syntax
HTML <namespace:ELEMENT ORIENTATION=sOrientation ... > Scripting N/A
Possible Values
namespace Prefix that associates a custom tag with an XML namespace. This prefix is set using the XMLNS attribute of the html tag. sOrientation String that specifies one of the following values.
- horizontal
- Default. Object is rendered horizontally within the document.
vertical- Object is rendered vertically.
Remarks
To set or retrieve the value of this attribute with script, use either the setAttribute or getAttribute method.
Applies To
TABSTRIP, TOOLBAR
See Also
Show: