POSUN A ZMAZANIE TEXTU

ID
NAZOV SKRIPTU:
POPIS CINNOSTI:
DLZKA:
TESTOVANE POD:

 

062
p062.html / p062.zip
Efekt posunu textu a jeho zmazania
688b
NN 4.01

UKAZKA

Zdrojovy tvar:

<HTML>
<
HEAD>
<
TITLE>
JavaScript DESTINATION - P062
<
/TITLE>
<
/HEAD>
<
BODY>
<
LAYER VISIBILITY=HIDE NAME="splash">
<
H4>JAVASCRIPT DESTINATION</H4>
<
/LAYER>
<
SCRIPT LANGUAGE = "JavaScript">
<!--
function slideSplash() {
splashLayer.offset(0, 10);
if (splashLayer.top < 200) setTimeout('slideSplash()', 50);
else wipeSplash();
}
function wipeSplash() {
splashLayer.clip.left += 10;
if (splashLayer.clip.left < 230) setTimeout('wipeSplash()', 50);
}
splashLayer = document.layers["splash"];
splashLayer.visibility = "show";
slideSplash();
//-->
<
/SCRIPT>
<
/BODY>
<
/HTML>
[ Navrat ]