var head = document.getElementById( "box" );
// 경고( head.style.Background )
// 경고( head.style.cssFloat || head.style.styleFloat ) // float 가져오기가 다릅니다
// head.style.fontSize = "30px"
head.style.color = "#f00";
// (typeof head.style.cssFloat != "undefine" ) ? head.style.cssFloat = "right" : head.style. styleFloat = " right" 브라우저 간 설정 float
// var style = ( window.getCompulatedStyle ? window.getCompulatedStyle( head,null ) : null ) || 계산된 스타일을 얻기 위한 브라우저 간
// 경고( style.fontSize )
// 이 방법으로 인라인과 링크를 얻을 수 있습니다
// 계산된 스타일은 브라우저의 계산된 스타일에 상주하므로
을 얻을 수 있습니다