문제

Does any body know first-child and last-child support old IE like IE6 and IE7.

I think when using jQuery it works, is that right ?

is it problem with CSS only ?

도움이 되었습니까?

해결책

From http://www.quirksmode.org/css/contents.html :

first-child: IE6: No. IE7/8: Yes with caveats. IE9+: yes.

last-child: IE6/7/8: No. IE9+: Yes.

jQuery supports them everywhere.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top