<script type="text/javascript">
col = 0;
blck = 0;
function cc(){
document.getElementById("butt").value = "Wait ...";
document.getElementById("hid").style.color
="rgb("+col+","+col+","+col+")";
if(blck==1){
col-=5;
if (col>0){
setTimeout('cc()', 30);}
else{
blck=0;
document.getElementById("butt").value
= "FadeOut()";};
}
else{
col+=5;
if (col<256){
setTimeout('cc()', 30);}
else{
blck=1;
document.getElementById("butt").value
= "FadeIn()";};
};
}
</script>
<noscript>
You do not allow the execution of Javascript. What You
miss is a fadingscript, that fades a paragraph to black
and backwards to the background-color. So, you do
not miss a lot. What you could do to see the hidden
paragraph, if you do not see it already, is marking it
with your mouse or disabling css interpretation.
</noscript>
Commenting is closed for this article.
selbst fuer bodenstaendige wie mich eine freude! du hast dich mal wieder selber uebertroffen.