Open This Site..
[url]http://javascript.internet.com/image-effects/Generator.html[/url]
And then select some options.After That click Generate Code:
Example of Generate code as like:
[spoiler]3 steps to implement your script:
1. Place this into the HEAD section of your page.
<script language = "JavaScript">
<!--Created by Fader Maker (
http://www.bosiljak.hr/fadermaker/)
var fmTimer = null;
var fmfg = false;
function fminit(){
if (!document.getElementById) return;
fma1=255; fma2=0; fma3=0;
fma4=0; fma5=0; fma6=255;
if (!fmfg){
fmtemp=fma1; fma1=fma4; fma4=fmtemp; fmtemp=fma2; fma2=fma5; fma5=fmtemp; fmtemp=fma3; fma3=fma6; fma6=fmtemp;
}
fmfg = !fmfg;
fmFade();
}
function fmToHex(n){
var hexChars = "0123456789ABCDEF";
if (n == 0) return "00";
var j, n;
var temp = "";
while (n != 0){
j = n % 16;
n = (n - j)/16;
temp = hexChars.charAt(j) + temp;
}
if (temp.length < 2){
temp = "0" + temp;
}
return temp;
}
function fmFade(){
obj = document.getElementById('tekst').style;
fmcolor = "#" + fmToHex(fma1) + fmToHex(fma2) + fmToHex(fma3);
obj.color = fmcolor;
if (fma1 != fma4){
if (fma4 > fma1){fma1++;}
else{fma1--;}}
if (fma2 != fma5){
if (fma5 > fma2){fma2++;}
else{fma2--;}}
if (fma3 != fma6){
if (fma6 > fma3){fma3++;}
else{fma3--;}}
if ((fma1 == fma4) && (fma2 == fma5) && (fma3 == fma6)){
window.clearTimeout(fmTimer);
fminit()}
else{
fmTimer = window.setTimeout("fmFade()",50);
}
}
onload = fminit
-->
</script>
2. Put this on the place where you want your message to be.
<span id="tekst" style="font-size:xx-large; font-family: Verdana, Geneva, sans-serif; letter-spacing:normal; font-weight:bold; font-style:normal; padding-left:20; padding-right:20;">Fader Maker</span>
3. Enjoy!
[/spoiler]

First you must paste this on JS external
<">Then, this part you can paste as like as you want:
<">see preview here [url]profiles.friendster.com/58642698[/url]
That's All for now.. Any feedback write here...
Last edited by dekha_21 (2008-07-03 09:43:09)