글 수 47
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 위치
[출처] 자바스크립트 style 객체및 innerHTML 안먹을때|작성자 라마
http://msdn.microsoft.com/en-us/library/ms531205(vs.85).aspx