JSSTag object (Object/JSS)

A single style object for use in Netscape 4.

Availability:

JavaScript - 1.2
Netscape - 4.0
Deprecated
JavaScript syntax:NmyJSSTag = myDocument.classes.aClassName.aTagName
NmyJSSTag = myDocument.contextual(...)
NmyJSSTag = myDocument.ids.anElementName
NmyJSSTag = myDocument.tags.aTagName
NmyJSSTag = myJSSTags.aTagName
Argument list:aClassNameA named class within the style sheet
anElementNameThe value of a NAME="..." or ID="..." tag attribute.
aTagNameThe name of an HTML tag
Object properties:align, apply, background, backgroundColor, backgroundImage, bgColor, borderBottomWidth, borderColor, borderLeftWidth, borderRightWidth, borderStyle, borderTopWidth, clear, clip, color, display, fontFamily, fontSize, fontStyle, fontWeight, height, left, lineHeight, listStyleType, marginBottom, marginLeft, marginRight, marginTop, paddingBottom, paddingLeft, paddingRight, paddingTop, textAlign, textDecoration, textIndent, textTransform, top, verticalAlign, visibility, whiteSpace, width, zIndex
Object methods:borderWidths(), margins(), paddings(), rgb()

This is the Netscape 4.0 JSS equivalent of the DOM style object. You assign values to the properties of this object to define the styles according to the JSS rules. Browsers sometimes use different object types with incompatible properties and methods to represent the same thing. We cover them as distinctly different objects where it seems sensible. The Netscape 4.0 style settings are properties of a JSSTag object. Refer to the style object for details of the MSIE and Netscape 6.0 style control properties.

The property values for this object each represent a style attribute of an HTML tag.

To define a style setting with JSS, assign a value to this property according to the class name and tag name hierarchy.

These values are write-only and must be defined in the <HEAD> of the document. You cannot read them back or change them after the <BODY> has commenced loading.

You cannot enumerate the properties of this object so it is impossible to inspect them. Indeed, after repeated attempts to access them, they appear to be write-only properties.

Because you can only define them during the <HEAD> of a document, they don't provide much helpful facilities as regards dynamic style control.

It is highly recommended that you refrain from using these JSS facilities in any new projects. They are deprecated now that Netscape 6.0 adopts a more standardised DOM based approach to style settings.

The CSS support in Netscape 4.0 is available up to CSS level 1. In MSIE and Netscape 6.0, much of CSS level 2 is available through its more sophisticated and easier to manage style model.

Warnings:

See also:Document.contextual(), JSSTags object, style object (2)

PropertyJavaScriptJScriptNIEOperaNESECMADOMCSSHTMLNotes
align1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a n/a n/aWarning , Deprecated
apply1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a n/a n/aWarning , Deprecated
background1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a n/a n/aWarning , DontEnum., Deprecated
backgroundColor1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
backgroundImage1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
bgColor1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a n/a n/aWarning , DontEnum., Deprecated
borderBottomWidth1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
borderColor1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
borderLeftWidth1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
borderRightWidth1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
borderStyle1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
borderTopWidth1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
clear1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
clip1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a n/a n/aWarning , DontEnum., Deprecated
color1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
display1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
fontFamily1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
fontSize1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
fontStyle1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
fontWeight1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
height1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
left1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a n/a n/aWarning , DontEnum., Deprecated
lineHeight1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
listStyleType1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
marginBottom1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
marginLeft1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
marginRight1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
marginTop1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
paddingBottom1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
paddingLeft1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
paddingRight1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
paddingTop1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
textAlign1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
textDecoration1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
textIndent1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
textTransform1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
top1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a n/a n/aWarning , DontEnum., Deprecated
verticalAlign1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
visibility1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a n/a n/aWarning , DontEnum., Deprecated
whiteSpace1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
width1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
zIndex1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a n/a n/aWarning , DontEnum., Deprecated

MethodJavaScriptJScriptNIEOperaNESECMADOMCSSHTMLNotes
borderWidths()1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
margins()1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
paddings()1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a1 1 n/aWarning , Deprecated
rgb()1.2 1.2 n/a4.0 4.0 n/a n/a n/a n/a n/a n/a n/aWarning , Deprecated

Property attributes:

DontEnum.