- Σύνδεση στον Blogger
- Σχεδίαση - Προσθήκη gadget - HTML/JavaScript
- Επικολλήστε τον παρακάτω κώδικα:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | < h2 > < script language = "JavaScript1.2" > /* Neon Lights Text By JavaScript Kit */ var message="ΤΟ ΚΕΙΜΕΝΟ ΣΑΣ ΕΔΩ" var neonbasecolor="black" var neontextcolor="red" var flashspeed=100 //in milliseconds ///No need to edit below this line///// var n=0 if (document.all||document.getElementById){ document.write('') for (m=0;m< message.length ;m++) document.write('<span id = "neonlight'+m+'" >'+message.charAt(m)+'</ span >') document.write('') } else document.write(message) function crossref(number){ var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number) return crossobj } function neon(){ //Change all letters to base color if (n==0){ for (m=0;m< message.length ;m++) //eval("document.all.neonlight"+m) .style.color = neonbasecolor crossref(m) .style.color = neonbasecolor } //cycle through and change individual letters to neon color crossref(n) .style.color = neontextcolor if (n<message.length-1) n++ else{ n = 0 clearInterval(flashing) setTimeout("beginneon()",1500) return } } function beginneon(){ if (document.all||document.getElementById) flashing = setInterval ("neon()",flashspeed) } beginneon() </script> </ h2 > |
- Αντικαταστήστε "ΤΟ ΚΕΜΕΝΟ ΣΑΣ ΕΔΩ" με το δικό σας μήνυμα και πατήστε αποθήκευση.
Αν θέλετε αλλάξτε και τα χρώματα. Τη θέση που θα εμφανίζεται τη διαλέγετε εσείς.
Δεν υπάρχουν σχόλια:
Δημοσίευση σχολίου