Measuring Element Dimension and Location

The following section is designed to help Web authors understand how to access the dimension and location of elements on the page through the Dynamic HTML (DHTML) Object Model.

Understanding Properties That Measure Element Dimension and Location

The diagrams illustrated in this document represent different DHTML Object Model properties for the same page. The sample page contains a div element that is relatively positioned on the page. Since the overflow attribute of the div has been set to scroll and it contains more content than can be displayed within its limited client area, scroll bars are displayed.

diagram of a sample page showing the DHTML Object Model properties that are related to the dimension and location of elements
diagram of a sample page showing the DHTML Object Model properties that are related to the dimension and location of elements
diagram of a sample page showing the DHTML Object Model properties that are related to the dimension and location of elements

'HTML & Script' 카테고리의 다른 글

ime-mode의 옵션  (1) 2007.12.05
meta  (1) 2007.09.28
HTML 4와 HTML 5의 차이점  (1) 2007.07.19
HTML and CSS Table Border Style Wizard  (0) 2007.06.16
Overview of the Prototype Javascript Library  (1) 2007.06.08

+ Recent posts