IE7だと誤ったフォーマットのRGB色指定はエラー
Internet Explorer 7で下のJavascriptを実行するとエラーになるのね。
<span id="here" style="color:#000000">hoge</span> <script> document.getElementById("here").style.color = '#0000000'; </script>
イーノのスピーチ »
Blogging is a disease: selfkleptomania, your normal condition.
Internet Explorer 7で下のJavascriptを実行するとエラーになるのね。
<span id="here" style="color:#000000">hoge</span> <script> document.getElementById("here").style.color = '#0000000'; </script>
コメントを残す