본문 바로가기

Web/HTML

[MSDN] DIV 설명

Measuring Element Dimension and Location

Internet Development Index

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 following diagram of a sample page shows the DHTML Object Model properties that are related to the dimension and location of elements. 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

Click the Show Me button to see a working example.

'Web > HTML' 카테고리의 다른 글

[MSDN] HTML and Dynamic HTML  (0) 2013.09.26
[MSDN] 팝업 오브젝트  (0) 2013.09.26
[MSDN] 컬러테이블  (0) 2013.09.26
HTTP 1.1 분류 코드표(에러 코드표)  (0) 2013.09.26
nowrap  (0) 2013.09.26