JavaScript Programmer’s Reference The JSSTag.paddingTop property (Web servers) corresponds to

JavaScript Programmer’s Reference The JSSTag.paddingTop property corresponds to the padding-top CSS property. Refer to the JSSTag.paddingBottom topic for details. This value is not inherited from its parent container element. Warnings: . Deprecated for any further use. This was available only in Netscape 4.0 and is completely removed from Netscape 6.0. See also: Measurement units JSSTag.rgb() (Method) A JSS style control method. Availability: JavaScript 1.2 Netscape 4.0 JavaScript syntax: N myTags.anItem.rgb(aRed, aGreen, aBlue) aBlue Blue intensity value aGreen Green intensity value anItem A tag name such as P or B or H1 Argument list: aRed Red intensity value The rgb() method provides a convenient way to define an RGB triplet in a single call. Warnings: . Deprecated for any further use. This was available only in Netscape 4.0 and is completely removed from Netscape 6.0. Example code: // Some red texttags.P.rgb(255, 0, 0); JavaScript Style Sheets See also: Cross-references: Wrox Instant JavaScript page 50 1264

Leave a Reply