<div align="center" id="animtext2"
onmouseover="initRainbowText('animtext2', 200);"
onmouseout="((document.getElementById)?document.getElementById('animText2'):document.all('animText2')).setAttribute('stopanimation','1');">
text
</div>
・文字色ではなく文字の背景色に適用。
<SCRIPT>タグ内の rainbowText() の中にある以下の一文を書き換える。
el.style.color = "#"+color;を以下の様に書き換える。
el.style.backgroundColor = "#"+color;