[Js & Jquery] css 적용하는 방법 방법 1 var css= ".slider-container{width:"+ (contentWidth*page.length) +"px;} "; css = css + ".slider-page{float:left;margin:0 auto;width:"+(contentWidth)+"px;}"; var sheet = document.createElement('style') sheet.innerHTML = css; document.body.appendChild(sheet); 방법 2 tabMenus[position].style["border-bottom"]= "3px solid #63a3dc"; 방법 3 imgName[0].style.display = 'block'; 방법 4 obj[i].style.cssText .. 더보기 이전 1 2 다음