-
[노트] ie6에서 ul li - inline-block 먹이기프로그래밍/웹개발 2012. 5. 12. 12:42
.inline-li {
display:inline-block;
zoom: 1;
*display:inline;
}
.inline-li-type2 {
display:inline-block;
}
.*html .inline-li-type2 {
display: inline;
}
.inline-li-type3{
display:inline-block;
float:left;
width:[user-width];
overflow:hidden;
}
IE 7 css hack
/* for IE7 only */ *+html #nav { font-size: 0; line-height: 0;} *+html #nav li {font-size: 12px; line-height: 18px; }
참고자료
ㅁadobe CSS Advisor : http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=1&postId=2661
ㅁ http://stackoverflow.com/questions/2923735/css-ul-li-gap-in-ie7
'프로그래밍 > 웹개발' 카테고리의 다른 글
codeigniter 결제모듈 설치 (0) 2012.08.26 csv - txt 변환 (0) 2012.08.19 [3분 업뎃] 언프슬라이더 0.4 업뎃 (0) 2012.02.05 [3분요리] 상/하 페이지 스크롤 버튼 달기 v0.01 beta (1) 2012.02.02 [3분요리] 플래시 필요없는 이미지 슬라이더 v.0.4 beta - update 0.4 (4) 2012.01.29 댓글