inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 20, 2005 9:42:52 GMT -8
Global Footer<script type="text/javascript"> <!-- /* glowing member names by elindir 101support.proboards43.com do not redistribute or edit */ var a = document.getElementsByTagName('a'); function MemberGlow(name,color,glow) { for(i=0; i<a.length; i++) { if(a[i].href.match('action=viewprofile&user='+name)){ a[i].innerHTML = '<font color='+color+' style="filter:glow(color='+glow+', strength=2); height: 1; cursor: hand;">'+a[i].innerHTML+'</font>'; } } } // Edit Below
MemberGlow('USERNAME','COLOR','GLOW'); MemberGlow('USERNAME','COLOR','GLOW'); MemberGlow('USERNAME','COLOR','GLOW');
// --> </script>Replace the red with the members username, the blue with the username color and the purple with the glow color You can repeat: MemberGlow(' USERNAME',' COLOR',' GLOW'); As many times as needed. You can also change the Strength and Height (in orange) if you wish. Note: This will not work in FireFoxEdit: This code will now keep the cursor hand on mouse over Edit: Just tidying up the coding a little
|
|