0 Members and 1 Guest are viewing this topic.
<HTML><script>x = 100;y = 100;function rofl(){document.getElementById("black_layer").style.filter = "alpha(opacity="+x+")";--x;--y;if (x > -1){setTimeout('rofl()', 10);}if (x == -1) {document.getElementById("black_layer").style.visibility = "hidden";}}</SCRIPT><BODY BACKGROUND="CS800x600.jpg" BGPROPERTIES="fixed" onload=rofl() style="margin: 30 0 10 0" scroll=no><DIV id=black_layerstyle="FILTER: alpha(opacity=100); LEFT: 0px; RIGHT: 0px; MARGIN: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100%; BACKGROUND-COLOR: black;"></DIV> </BODY></HTML>