-
[노트] 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
'프로그래밍 > 웹개발' 카테고리의 다른 글
[이벤트메이커] 업뎃안내 (0) 2012.05.23 [FACEBOOK] 이벤트 메이커 업데이트 안내 (0) 2012.05.17 [3분 업뎃] 언프슬라이더 0.4 업뎃 (0) 2012.02.05 [3분요리] 상/하 페이지 스크롤 버튼 달기 v0.01 beta (1) 2012.02.02 위시랜드 페이스북에 웹툰이 오픈했습니다~ > < (0) 2012.02.01 댓글