this.style.backgroundColor = 배경색

this.style.backgroundImage = 배경 이미지
 
this.style.color = 색상

this.style.fontWeight = 폰트의 두께 (normal, bold, bolder, lighter, 100, 200, 300, 400(디폴트), 500...)

this.style.textDecoration = 밑줄사용 'underline', 밑줄제거 'none'
 
this.style.position = 위치. 사용할 수 있는 값은 "절대" 위치값과 "상대" 위치값이다.

this.style.pixelWidth = 가로 길이 (width)
 
this.style.pixelHeight = 세로 길이 (height)
 
this.style.pixelLeft = x-y 좌표계를 사용할 경우 요소의 x 위치
 
this.style.pixelTop = x-y 좌표계를 사용할 경우 요소의 y 위치


자세한 내용과 많은 객체 안내는 아래의 주소 참고
http://msdn.microsoft.com/en-us/library/ms531205(vs.85).aspx

반응형