Javascript Reference
Others | HTML Elements | Events | Objects | Grammar
javascript STYLE backgroundPosition
Indicates the top and left location of a background image relative to the element's content region (plus padding).
javascript STYLE backgroundImage
URL of the background image of the element. If you also set a backgroundColor , the image overlays the color. Transparent pixels of the image allow
javascript STYLE backgroundColor
Provides the background color of the element. If you also set a backgroundImage , the image overlays the color. Transparent pixels of the image all
javascript STYLE backgroundAttachment
Sets how the image is "attached" to the element. The image can either remain fixed within the viewable area of the element (the viewport) or
javascript STYLE background
Provides the element's style sheet background attribute. This is a shorthand attribute, so the scripted property consists of a string of space-de
javascript STYLE azimuth, cue, cueAfter, cueBefore, elevation, pause, pauseAfter, pauseBefore, pitch, pitchRange, playDuring, richness, speak, speakHe
This large group of properties comes from CSS attributes intended for browsers that use speech synthesis techniques to vocalize document content. Yo
javascript STYLE accelerator
For IE 5 and later running under Windows 2000 or newer version of Windows, users can set a preference to highlight an accelerator key for commands (
javascript STYLE Description
In its most generic sense, a style object is the access point for scripts to read and write individual style attributes for a given element. This
javascript strong Description
The description of strong is described in chapter: javascript ACRONYM Description
javascript String toString( ), valueOf( )
Return a string value of the object.
javascript String toLowerCase( ), toUpperCase( )
Return a copy of the current string in all lowercase or uppercase letters. If you want to replace the current string with a case-adjusted version, a
javascript String toLocaleLowerCase( ), toLocaleUpperCase( )
Return a copy of the current string in all lowercase or uppercase letters. Works the same as the regular version, except for some non-Latin alphabet
javascript String sup( )
Returns a copy of the string embedded within a <sup> tag set.
javascript String substring( )
substring(startPositionIndex, endPositionIndex) The extract begins at the zero-based index position of the current string as specified by the first pa
javascript String substr( )
substr(startPositionIndex [, length]) The extract begins at the zero-based index position of the current string as specified by the first parameter of
< 496-510 / 2140 >

Powered by Linode.