'IE6 max-height'에 해당되는 글 1건

  1. 2009.03.12 IE6에서 max-height 적용

IE6에서 max-height 적용

2009. 3. 12. 17:06 from HTML/CSS
  1. <SPAN id=tx_marker_caret></SPAN><SPAN id=tx_marker_caret></SPAN>.target {max-height:330px; overflow-y:scroll;  /* IE6 이상 브라우저는 위와같이 처리 */_height:expression(this.scrollHeight>330?"330px":"auto");  /* IE 6 용 처리부분으로 scrollHeight가 330 이상이면 최대 높이를 330px로 고정 */}  
Posted by 윤재현 :