Jump to content

Groups icon effect


sweethoney

Recommended Posts

so you want an gif.image Groups icon effect  for your admin or Moderators

i am all most dune ill have it for you soon just let me know if you do and ill past the codes when im done here is an image

i am done thanks to my son who help me could not get it to work

Groups.png.abae9b2876a660e8e1c31f9db8f9cad9.png

Administrators.thumb.png.51aafe1af4ace5c268c10e8d5470cc69.png

 

<span style="background: url(https://www.mysite.com//Image/bubbles.gif); color: #55d820; font-weight: bold; text-shadow: 0 0 .9em #ffffff;"Baddog-11</span>

with the codes above you will get this effect in the back round of your admin and moderator

you can use any gif image you want all you have to do is change the bubbles.gif

-bubbles.gif.a4e8410d88d3255aa3e75b234e0ca7ad.gif

or you can rainbow your members and guest just add this

<span style='color:#ff0000;font-weight:bold;'><span name="Rainbow">

and than just Add the following code under the </body>

<script>
var speed=80
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(){
for(i=0;i<document.getElementsByName("Rainbow").length;i++){
var storetext=document.getElementById? document.getElementsByName("Rainbow")[i] : document.all.highlight
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>

if you like this please share this

thank you

Sweet Honey For You'r Cup Of Tea

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...