Featured Friends Slide
3 posters
Page 1 of 1
Featured Friends Slide
Paste this on your External JS
Paste this on your CSS
Do Not Hide the Google ads if u want this trick
And You must have 6 featured
- Code:
function ffrnd(x){
a=document.getElementById("content_2");
b=a.getElementsByTagName("div")[x].innerHTML;
c=a.getElementsByTagName("div")[20].innerHTML;
d=a.getElementsByTagName("div")[21].innerHTML;
document.getElementById("content_14").innerHTML="<div class='commonbox' style='margin-bottom:10px'>"
+"<h2>"+pageOwnerFName+"'s Featured Friends</h2>"
+"<div id='jieduck' align='center'>"+b+"</div>"
+"<div class='editlink'>"+c+"</div>"
+"<div class='viewall'>"+d+"</div>"
+"</div>";
document.getElementById("2").style.display="none"
}
fcount=0;
fcountdiv=new Array("2","5","8","11","14","17");
function frotate(){
if(fcount<fcountdiv.length){
ffrnd(fcountdiv[fcount]);
fcount++
if(fcount==fcountdiv.length){
fcount=0
}
}
setTimeout("frotate()",3000)
}
setTimeout("frotate()",1000);
Paste this on your CSS
- Code:
#content_14{background-color:#000000;}
#content_14 h2{background-color:#660000;}
#content_14 img{width:150px;height:150px;}
Do Not Hide the Google ads if u want this trick
And You must have 6 featured
Re: Featured Friends Slide
huwaw
another codes again..
tnx for d codes..
btw, kua paul please include the CREDITS
if there's something..
another codes again..
tnx for d codes..
btw, kua paul please include the CREDITS
if there's something..
[DYOSZA]gane- MOD
- Posts : 221
Reputation : 122
Join date : 2009-05-26
Age : 27
Location : Baguio City, Philippines
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum