Będzie pomógł.
Witamy w Nieoficjalnym polskim support'cie AMX Mod X
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Guest Message by DevFuse
HTML kolorowy napis.
Temat rozp. WeaR, 25.12.2008 15:23
4 odpowiedzi w tym temacie
#1
Napisano 25.12.2008 15:23
Potrzebuje kod html żeby IP zmieniało kolor, wiecie żeby tak jechało kolorowo 
Będzie pomógł.
Będzie pomógł.
#2
Napisano 25.12.2008 15:41
pewnie takie cuś 
Efekt: Tutaj
Jakbyś chciał przeróbke z tego albo dodać coś to pisz
<script language="JavaScript1.2">
var message="AMXX.PL"
var neonbasecolor="red"
var neontextcolor="blue"
var neontextcolor2="green"
var flashspeed=150 // speed of flashing in
milliseconds
var flashingletters=2 // number of letters
flashing in neontextcolor
var flashingletters2=1 // number of letters
flashing in neontextcolor2 (0 to disable)
var flashpause=0 // the pause between
flash-cycles in milliseconds
var n=0
if (document.all||document.getElementById){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('</font>')
}
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++)
crossref(m).style.color=neonbasecolor
}
//cycle through and change individual letters to neon color
crossref(n).style.color=neontextcolor
if (n>flashingletters-1) crossref(n-flashingletters).style.color=neontextcolor2
if (n>(flashingletters+flashingletters2)-1)
crossref(n-flashingletters-flashingletters2).style.color=neonbasecolor
if (n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",flashpause)
return
}
}
function beginneon(){
if (document.all||document.getElementById)
flashing=setInterval("neon()",flashspeed)
}
beginneon()
</script>Efekt: Tutaj
Jakbyś chciał przeróbke z tego albo dodać coś to pisz
#3
Napisano 25.12.2008 15:44
Wkleiłem to do ogłoszenia by przemo i nie działa 
Coś nie tak ; dd
Coś nie tak ; dd
#4
Napisano 25.12.2008 15:56
no sam widzisz ze mi dziala..... tez dalem html.... łap jeszcze drugie Tęcza
Efekt: Tutaj
[b]
<font size="5">
<script>
/*
RAINBOW TEXT Script by Matt Hedgecoe (c) 2002
Featured on JavaScript Kit
For this script, visit http://www.javascriptkit.com
*/
// ********** MAKE YOUR CHANGES HERE
var text="WWW.AMXX.PL" // YOUR TEXT
var speed=80 // SPEED OF FADE
// ********** LEAVE THE NEXT BIT ALONE!
if (document.all||document.getElementById){
document.write('<span id="highlight">' + text + '</span>')
var storetext=document.getElementById? document.getElementById("highlight") : document.all.highlight
}
else
document.write(text)
var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0")
var r=1
var g=1
var b=1
var seq=1
function changetext(){
rainbow="#"+hex[r]+hex[g]+hex[b]
storetext.style.color=rainbow
}
function change(){
if (seq==6){
b--
if (b==0)
seq=1
}
if (seq==5){
r++
if (r==12)
seq=6
}
if (seq==4){
g--
if (g==0)
seq=5
}
if (seq==3){
b++
if (b==12)
seq=4
}
if (seq==2){
r--
if (r==0)
seq=3
}
if (seq==1){
g++
if (g==12)
seq=2
}
changetext()
}
function starteffect(){
if (document.all||document.getElementById)
flash=setInterval("change()",speed)
}
starteffect()
</script>
</font>[/b]
</font><p></p>Efekt: Tutaj
#5
Napisano 25.12.2008 16:01
To drugie działa 
Pomógł leci, zamknij.
Pomógł leci, zamknij.
Użytkownicy przeglądający ten temat: 1
0 użytkowników, 1 gości, 0 anonimowych


Dodatki SourceMod



Temat jest zamknięty








