내가 자꾸 까먹어서 쓰는 개발 이야기/HTML, CSS

IE input 객체에서 focus/blur 시 텍스트가 오르락 내리락 할때

FIL. 2013. 7. 19. 14:27
728x90

당연하지만 역시 IE가 문제다.


input 객체에 아무 속성을 안줬을 때 주로 발견할 수 있는 문제.


css 클래스를 주거나, 혹은 객체에 직접 style 속성을 주어 해결한다.


<!--[if IE]>

<style>

.input-class{height:22px; line-height:22px;}

</style>

<![endif]-->



출처 : http://sjpison.tistory.com/140 , http://blog.naver.com/clxm300/10163191355