CSS3に対応していないIE5/6/7/8をCSS3の擬似セレクタに対応させるスクリプトを紹介します。

対応するセレクタは、下記の11種類です。
- :nth-child
- :nth-last-child
- :nth-of-type
- :nth-last-of-type
- :first-child
- :last-child
- :only-child
- :first-of-type
- :last-of-type
- :only-of-type
- :empty
スクリプトの動作は、セレクタを見つけたらシミュレーションしたものに変更されて適用されている、とのことです。
スクリプトの使用方法は、DOMAssistantと併用し、外部スクリプトとして記述します。
Post on:2010年1月20日




[...] これを待っていました。 coliss の記事 ie-css3.js のサイト [...]