动态创建了一个select标签,var el = document.createElement('select');怎样制定select 的宽度,el.width="100px",不行,el.setAttribute("style","width:100px")也不行,有没有其他方法?用的ie8.
el.style.width="100px" ?