링크 조회 : 433
object.scroll [ = sScroll ] //스크롤을 사용할 수 있게,없게
sScroll
String that specifies or receives one of the following values:
yes
Default. Scroll bars are turned on.
no
Scroll bars are turned off.
auto
Scroll bars are shown when the page content exceeds the client area.
The property is read/write. The property has a default value of yes.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see About Dynamic Properties.
[ iWidth = ] object.scrollWidth //객채의 스크롤 너비 , 읽기전용
iWidth
Pointer to a nonnegative long integer that specifies the width, in pixels.
The property is read-only. The property has no default value.
[ iHeight = ] object.scrollHeight //객채의 스크롤 높이, 읽기전용
| iHeight | Pointer to a nonnegative long integer that specifies the height, in pixels. |
The property is read-only. The property has no default value.
object.scrollTop [ = iDistance ] //스크롤바 상당에서의 위치
| iDistance | Integer that specifies or receives the distance, in pixels. |
The property is read/write. The property has a default value of 0.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see About Dynamic Properties.
ex : window.document.body.scrollTop;
object.scrollLeft [ = iDistance ] //스크롤바 왼쪽에서의 위치
| iDistance | Integer that specifies or receives the distance, in pixels. |
The property is read/write. The property has a default value of 0.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see About Dynamic Properties.
object.scrolling [ = sScrolling ] //스크롤을 사용할 수 있게,없게
| sScrolling | String that specifies or receives one of the following values.
|
| 제목 |
|---|
| [기본형] HTML (with 부트스트랩5.3 , jquery 3.7, vue.js) |
| 유용한 리눅스(LINUX) 명령어 |
| [공지] 기술 게시판 |
일 |
월 |
화 |
수 |
목 |
금 |
토 |
|---|---|---|---|---|---|---|
|
4.26
|
4.27
|
4.28
|
4.29
|
4.30
|
5.1
|
5.2
|
|
5.3
|
5.4
|
5.5
|
5.6
|
5.7
|
5.8
|
5.9
|
|
5.10
|
5.13
|
5.14
|
5.15
|
5.16
|
||
|
5.17
|
5.18
|
5.19
|
5.20
|
5.21
|
5.22
|
5.23
|
|
5.24
|
5.25
|
5.26
|
5.27
|
5.28
|
5.29
|
5.30
|
|
5.31
|
6.1
|
6.2
|
6.3
|
6.4
|
6.5
|
6.6
|