| Div The DIV object reflects the functionality of the Html DIV element, which is used primarily as a container for applying style sheet rules and alignment to a block of your Html document. The objects within the opening and closing DIV tags are applied the rules stated as attributes within the DIV tag. It should be noted that the client and scroll properties won't be available unless the 'position' style attribute has been set to 'absolute'. DOM Reference Internet Explorer window.document.all.elementIDThe properties of the Div object are: align className clientHeight clientWidth dataFld dataFormatAs dataSrc document isTextEdit id innerHtml innerText lang language offsetHeight offsetLeft offsetParent offsetTop offsetWidth outerHtml outerText parentElement parentTextEdit scrollHeight scrollLeft scrollTop scrollWidth sourceIndex style tagName titleThe Methods of the Div object are: blur() contains() click() focus() getATtribute() insertAdjacentHtml() insertAdjacentText() removeAttribute() scrollIntoView() setAttribute()The Collections and Arrays for the Div object are: all [ ] children [ ] filters [ ]The Event Handlers for the Div object are: onAfterUpdate onBeforeUpdate onBlur onChange onClick onDblClick onDragStart onFocus onHelp onKeyDown onKeyPress
onKeyUp onMouseDown onMouseMove onMouseOut onMouseOver onMouseUp onResize onRowEnter onRowExit onScroll onSelectStart |