Javascript Reference
HTML Elements > DIV
javascript DIV Description
The div object reflects the div element. This element creates a block-level element often used for element positioning or containment grouping o
javascript DIV align
Defines the horizontal alignment of content within the element's box. Unless otherwise reined in, the box width is that of the next outermost positi
javascript DIV blur( )
Removes focus from the current object, at which time the object's onblur event fires. Note that the range of elements capable of focus and blur is lim
javascript DIV clientHeight, clientWidth
Broadly speaking, these provide the height and width of the DIV element's content, but with minor variations with respect to element padding among var
javascript DIV clientLeft, clientTop
Broadly speaking, these provide the left and top coordinates of the DIV element's content within the box that includes the DIV element's padding
javascript DIV ContentEditable
Controls whether the element is editable by the user via the IE for Windows live content-editing facilities. User changes are not preserved on the ser
javascript DIV dataFld
Used with IE data binding to associate a remote data source column name to a div element's content. A datasrc attribute must also be set for the
javascript DIV dataFormatAs
Used with IE data binding, this property advises the browser whether the source material arriving from the data source is to be treated as plain tex
javascript DIV dataSrc
Used with IE data binding to specify the ID of the page's DIV object element that loads the data source object for remote data access.
javascript DIV focus( )
Gives focus from the current object, at which time the object's onfocus event fires. Note that the range of elements capable of focus and blur
javascript DIV noWrap
Specifies whether the browser should render the DIV element as wide as is necessary to display a line of nonbreaking text on one line.
javascript DIV scrollHeight, scrollWidth
This property of DIV is same as the BODY's. Please see BODY's instead:
javascript DIV scrollLeft, scrollTop
Provide the distance in pixels between the actual left or top edge of the DIV element's physical content and the left or top edge of the visible porti

Powered by Linode.