[HTML] ie7 first-child 주석 버그

<style type="text/css">
div ul.listNum li:first-child{color:red;font-weight:bold;}
</style>

<div>
<ul class="listNum"><!-- 주석 -->
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
<li>5</li>
</ul>
</div>

위 코드 작성시 별다른 문제가 없이 첫번째 li의 폰트에 css가 적용이 될것 이다.

다만 ie7에서 주석으로 인해서 first-child가 적용이 안될 경우가 생긴다.

신기했음...

댓글

이 블로그의 인기 게시물

[iOS] body 스크롤 막기

[html] 모바일웹 작업 팁 정리중...

Swiper lazyLoading