CSS3에 대해 이둘은 지원이 미흡하다.
자식 선택자, 인접 선택자, 속성 선택자는 모두지원 단 IE7의 경우 약간의 버그가 있다.
이둘은 유사클래스가 몇개 지원 안된다.
파이어폭스3의 경우
* :nth-child()
* :nth-last-child()
* :first-of-type
* :last-of-type
* :only-of-type
* :nth-of-type()
* :nth-last-of-type()
IE7는 아래 둘말곤 유사글래스 모두 지원 안됨.
* :first-letter
* :first-line
자식 선택자, 인접 선택자, 속성 선택자는 모두지원 단 IE7의 경우 약간의 버그가 있다.
이둘은 유사클래스가 몇개 지원 안된다.
파이어폭스3의 경우
* :nth-child()
* :nth-last-child()
* :first-of-type
* :last-of-type
* :only-of-type
* :nth-of-type()
* :nth-last-of-type()
IE7는 아래 둘말곤 유사글래스 모두 지원 안됨.
* :first-letter
* :first-line
댓글