Írógép szöveg demó és kód
DEMÓ:
Weboldal neve:Virág Design Weboldal tartalma:Portálépítés és portáldíszítés kezdőknek és haladóknak! Rengetek leírás, JavaScriptek , CSS ,HTML kódok,Design! Szerkesztõ:Virág E-mail:virag-78@gportal.hu Tárhely: gportal.hu URL:jegvirag.gportal.hu Kategoria:Portálépítés Indulás:2005.04.12.
KÓD:
<script type="text/javascript">
// <![CDATA[
var speed=100; // speed colours change, 1 second = 1000
var delay=25; // how long to wait for each wipe
var alink="http://www.mf2fm.com/rv"; // page to link text to (set to ="" for no link)
/****************************
* Wipe Out Text Effect *
*(c) 2003-6 mf2fm web-design*
* http://www.mf2fm.com/rv *
* DON'T EDIT BELOW THIS BOX *
****************************/
var w_txt;
window.onload=function() { if (document.getElementById) {
var wiper=document.getElementById("wipe");
w_txt=wiper.firstChild.nodeValue;
while (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
for (var i=0; i<w_txt.length; i++) {
var wipei=document.createElement("span");
wipei.setAttribute("id", "wipe"+i);
wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
if (alink) {
wipei.style.cursor="pointer";
wipei.onclick=function() { top.location.href=alink; }
}
wiper.appendChild(wipei);
}
wipe(0);
}}
function wipe(c) {
if (!c) for (var w=0; w<w_txt.length; w++) document.getElementById("wipe"+w).style.visibility="hidden";
else if (c<=w_txt.length) document.getElementById("wipe"+(c-1)).style.visibility="visible";
setTimeout("wipe("+(++c%(w_txt.length+delay))+")", speed);
}
// ]]>
</script>
<span id="wipe">
szövegszövegszöveg
</span>
(Ha valami nem megy szólj és segítek. virag-78@gportal.hu )
Ellenőrítve:2017.04.10.
Copyright © 2005-2017 JégVirág Design