Texte illuminé

Placez ces lignes  entre les balises <BODY> et </BODY> :Autres astuces
<style>
<!--
#glowtext{
filter:glow(color=FFFF00,strength=5);
width:100%;
}
-->
</style>
<script language="JavaScript1.2">
function glowit(which){
if (document.all.glowtext[which].filters[0].strength==5)
document.all.glowtext[which].filters[0].strength=0
else
document.all.glowtext[which].filters[0].strength=5
}
function glowit2(which){
if (document.all.glowtext.filters[0].strength==5)
document.all.glowtext.filters[0].strength=0
else
document.all.glowtext.filters[0].strength=35
}
function startglowing(){
if (document.all.glowtext&&glowtext.length){
for (i=0;i<glowtext.length;i++)
eval('setInterval("glowit('+i+')",1000)')
}
else if (glowtext)
setInterval("glowit2(0)",1000)
}
if (document.all)
window.onload=startglowing
</script>
</script><span id="glowtext"><b><font face="Verdana" size="6">Texte illuminé</font></b></span>


Compatibilité. Ce script ne fonctionne que sous Internet Explorer !