Link Lampeggianti, CODICE!!

« Older   Newer »
  Share  
hhh-king45
view post Posted on 2/9/2006, 23:34




questo è il codice dei link lampeggianti

CODICE
<!-- Prelevato nel Forum di Supporto di ForumFree.net e ForumCommunity.net -->
<script type="text/javascript">var rate = 20  // Increase amount(The degree of the transmutation)
var obj        // The object which event occured in
var act = 0    // Flag during the action
var elmH = 0   // Hue
var elmS = 128 // Saturation
var elmV = 255 // Value
var clrOrg     // A color before the change
var TimerID    // Timer ID

if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) {Browser = true} else {Browser = false}if (Browser) {document.onmouseover = doRainbowAnchor; document.onmouseout = stopRainbowAnchor}function doRainbow(){if (Browser && act != 1) {act = 1; obj = event.srcElement; clrOrg = obj.style.color;TimerID = setInterval("ChangeColor()",100)}}function stopRainbow(){if (Browser && act != 0) {obj.style.color = clrOrg; clearInterval(TimerID); act = 0}}function doRainbowAnchor(){if (Browser && act != 1) {obj = event.srcElement; while (obj.tagName != 'A' && obj.tagName != 'BODY') {obj = obj.parentElement; if (obj.tagName == 'A' || obj.tagName == 'BODY')break}if (obj.tagName == 'A' && obj.href != '') {act = 1; clrOrg = obj.style.color; TimerID = setInterval("ChangeColor()",100)}}}function stopRainbowAnchor(){if (Browser && act != 0) {if (obj.tagName == 'A') {obj.style.color = clrOrg; clearInterval(TimerID); act = 0}}}function ChangeColor(){obj.style.color = makeColor()}function makeColor(){if (elmS == 0) {elmR = elmV; elmG = elmV; elmB = elmV}else {t1 = elmV; t2 = (255 - elmS) * elmV / 255; t3 = elmH % 60; t3 = (t1 - t2) * t3 / 60; if (elmH < 60) {elmR = t1; elmB = t2; elmG = t2 + t3}else if (elmH < 120) {elmG = t1; elmB = t2; elmR = t1 - t3}else if (elmH < 180) {elmG = t1; elmR = t2; elmB = t2 + t3}else if (elmH < 240) {elmB = t1; elmR = t2; elmG = t1 - t3}else if (elmH < 300) {elmB = t1; elmG = t2; elmR = t2 + t3}else if (elmH < 360) {elmR = t1; elmG = t2; elmB = t1 - t3}else {elmR = 0; elmG = 0; elmB = 0}}elmR = Math.floor(elmR); elmG = Math.floor(elmG); elmB = Math.floor(elmB); clrRGB = '#' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16); elmH = elmH + rate; if (elmH >= 360)elmH = 0; return clrRGB}</script>


questo codice lo dovete mettere in gestione codice HTML- (Home Page Del Forum)
 
Top
aldix
view post Posted on 21/5/2008, 09:36




ciao ma quando inserisco questo cosice mi escono vicino al puntatore delle farfalle
 
Top
filippuss
view post Posted on 8/6/2008, 16:25




yo
 
Top
¥JIN97¥
view post Posted on 15/6/2008, 09:54




CITAZIONE
ciao ma quando inserisco questo cosice mi escono vicino al puntatore delle farfalle

delle farfalle??a me no il link lampeggia normalemente senza le farfalle se nn ci credi vai qui o qua.
cmq si può mettere anke da altre parti nn perfora nell'home io l'ho messo in cima in ogni pagina
 
Top
Gio14
view post Posted on 2/8/2008, 16:28




a me funziona perfettamente =)
 
Top
checcodalessio
view post Posted on 26/8/2008, 15:45




a me non funziona.... :-(
 
Top
H4mZuj3n
view post Posted on 7/10/2008, 12:46




nemmeno a me!!
 
Top
~Fashion Girl~
view post Posted on 15/11/2008, 18:12




ehm se avete firefox non si vedono
 
Top
Emix_69
view post Posted on 11/12/2009, 09:26




Salve a tutti, non ho capito dove va messo il codice per il nick, comunque io con mozzilla lo vedo che agli altri lampeggia il nick grazie anticipatamente!! :7025410_m.gif: :631095scatenateinferno9oa2nh.gi
 
Top
make up is my passion
view post Posted on 6/1/2010, 13:44




a me funzia
 
Top
Natsu™
view post Posted on 7/9/2010, 14:07




lol a tutti
 
Top
Angelo_Power
view post Posted on 26/10/2010, 11:36




A me funziona bene grazie puoi anke vede basta clicca qua
 
Top
11 replies since 2/9/2006, 23:34   1794 views
  Share