ie-css3.jsはInternet Explorerでcss3を使用可能にするライブラリです。 インラインのCSSには対応していないようですので、<link>タグを使用して外部cssにする必要があります。 詳しくは以下 使い方 ie-css3.jsはDOMAssistantというライブラリを使用していますので、まずは2つのjsをダウンロードします。 ie-css3.js DOMAssistant この2つのファイルを<head>タグ内で読み込むだけのようですね。 サポートタグ 以下のセレクタをサポートしているようです。 :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
