프로그램/html,css

internet explorer 7에서 overflow:hidden이 안 먹혀요

은둔고수 2012. 4. 16. 15:02

 

ie7(익스플로러7)에서 overflow:hidden 이 안 먹히는 경우가 발생하면

overflow:hidden과 함께 position:relative를 같이 사용한다.

예>style="height:85px;position:relative;overflow:hidden;"