God of War

Link Lampeggiante!!!

« Older   Newer »
  Share  
view post Posted on 12/5/2010, 17:24
Avatar


◆ Believe in your DREAMS ✓
♪ Born to WIN ♬

Group:
SuperMod
Posts:
77,777
Location:
Da una valigia piena di so**i

Status:


Perchè non proviamo questo codice?

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>
 
Web  Top
view post Posted on 12/5/2010, 20:32
Avatar

Gigante

Group:
Fan
Posts:
13,935

Status:


che cambia?
 
Top
view post Posted on 12/5/2010, 20:35
Avatar


◆ Believe in your DREAMS ✓
♪ Born to WIN ♬

Group:
SuperMod
Posts:
77,777
Location:
Da una valigia piena di so**i

Status:


quando metti il cursore sul link o un nome di un topic o sezione oppure su un utente questo codice invece di scurire le parole le colora! provalo sul forum...
 
Web  Top
view post Posted on 12/5/2010, 20:40
Avatar

Gigante

Group:
Fan
Posts:
13,935

Status:


:asd: non l' avevo manco notato xD
 
Top
view post Posted on 12/5/2010, 20:43
Avatar


◆ Believe in your DREAMS ✓
♪ Born to WIN ♬

Group:
SuperMod
Posts:
77,777
Location:
Da una valigia piena di so**i

Status:


ti piace? rende un pò più colorato il forum! :asd:
 
Web  Top
view post Posted on 12/5/2010, 20:49
Avatar

Gigante

Group:
Fan
Posts:
13,935

Status:


ono utili sti codici, grazie
 
Top
view post Posted on 12/5/2010, 20:51
Avatar


◆ Believe in your DREAMS ✓
♪ Born to WIN ♬

Group:
SuperMod
Posts:
77,777
Location:
Da una valigia piena di so**i

Status:


CITAZIONE (mauriziØ 84 @ 12/5/2010, 21:49)
sono utili sti codici , grazie

Già! :sisi: il supporto non sta mettendo nuovi codici... -_-
 
Web  Top
view post Posted on 12/5/2010, 20:56
Avatar

Gigante

Group:
Fan
Posts:
13,935

Status:


io la aprirei proprio una sottosezione per gli HTML :sisi:
 
Top
view post Posted on 12/5/2010, 21:04
Avatar


◆ Believe in your DREAMS ✓
♪ Born to WIN ♬

Group:
SuperMod
Posts:
77,777
Location:
Da una valigia piena di so**i

Status:


potrebbe essere un'idea! :sisi:
 
Web  Top
8 replies since 12/5/2010, 17:24   96 views
  Share