javascript STYLE bottom
For an absolute-positioned element, defines the position of the bottom edge of an element's box (content plus bottom padding, border, and/or margin)
javascript STYLE borderWidth
This is a shortcut property that lets you set multiple border edges to the same or different width. You may supply one to four space-delimited width
javascript STYLE borderStyle
This is a shortcut property that lets you set multiple border edges to the same or different style. You may supply one to four space-delimited style
javascript STYLE borderSpacing
Controls the spacing between table cells when the table is in (the default) separate borders mode, similar to a table object's cellSpacing prope
javascript STYLE borderColor
A shortcut attribute that lets you set multiple border edges to the same or different colors. You may supply one to four space-delimited color values.
javascript STYLE borderCollapse
Controls which table border model the table element should observe.
javascript STYLE borderBottomWidth, borderLeftWidth, borderRightWidth, borderTopWidth
Provide the width of a single border edge of an element. See also the borderWidth property for setting the width for groups of edges in one statem
javascript STYLE borderBottomStyle, borderLeftStyle, borderRightStyle, borderTopStyle
Provide the line style of a single border edge of an element. The edge-specific attributes let you override a style that has been applied to all fou
javascript STYLE borderBottomColor, borderLeftColor, borderRightColor, borderTopColor
Provide the color of a single border edge of an element. It is easy to abuse these properties by mixing colors that don't belong together. See also
javascript STYLE borderBottom, borderLeft, borderRight, borderTop
These are shorthand properties for getting or setting the borderColor , borderStyle , and/or borderWidth properties for a single edge of an ele
javascript STYLE border
Provides a shorthand property for getting or setting the borderColor , borderStyle , and/or borderWidth properties of all four borders around a
javascript STYLE blockDirection
Returns the writing script direction of the current element. Available as a property of the IE currentStyle object only.
javascript STYLE behavior
Controls whether an IE Windows external behavior is assigned to the element.
javascript STYLE backgroundRepeat
Specifies whether a background image (specified with the backgroundImage property) should repeat and, if so, along which axes.
javascript STYLE backgroundPositionX, backgroundPositionY
Indicate the top and left locations of the background image relative to the element's content region (plus padding). Useful if you wish to adjust th
Powered by Linode.