[quote=xoOox]try this short script!
paste in ur js extension:
[spoiler]// Addbox Chatango
function addbox(){
x1=document.createElement("div");
x1.id="chatango";
document.getElementById("14").parentNode.appendChild(x1);
chatango.innerHTML="<h2>My Chatango</h2>"
+"<br><center><object width=\"280\" height=\"400\" id=\"obj_1223018331906\"><param name=\"movie\" value=\"http://CrAzeeChAt.chatango.com/group\"/><param name=\"wmode\" value=\"transparent\"/><param name=\"AllowScriptAccess\" VALUE=\"always\"/><param name=\"AllowNetworking\" VALUE=\"all\"/><param name=\"AllowFullScreen\" VALUE=\"true\"/><param name=\"flashvars\" value=\"cid=1223018331906&a=000000&b=100&c=FFFFFF&d=CCCCCC&e=000000&g=F6F6F4&k=666666&l=333333&m=000000&n=FFFFFF&p=12&s=1&v=0&aa=1\"/><embed id=\"emb_1223018331906\" src=\"http://CrAzeeChAt.chatango.com/group\" width=\"280\" height=\"400\" wmode=\"transparent\" allowScriptAccess=\"always\" allowNetworking=\"all\" type=\"application/x-shockwave-flash\" allowFullScreen=\"true\" flashvars=\"cid=1223018331906&a=000000&b=100&c=FFFFFF&d=CCCCCC&e=000000&g=F6F6F4&k=666666&l=333333&m=000000&n=FFFFFF&p=12&s=1&v=0&aa=1\"></embed></object></center><br>"
}
setTimeout("addbox()",1000)
note:
-change the 14 to the ID of the lowermost right box,
-dont change if you have a group
this is for CSS extension:
Code:
/* Chatango */
#chatango {
margin:12 0 12 0px;
border-width: ?px;
border-style: ??????;
background-color: ??????;
background: url( ) center repeat;
}
/* chatango Header */
#chatango h2 {
color: ??????;
padding: 5 0 5 10px;
border: ??????;
background: ??????;
}
Change the "Question marks", all of ?????? and ?px[/spoiler]
preview: CLICK ME!
addbox origntd from switpotato..[/quote]
ey... dude thx ..
its working...

Last edited by --AP-- (2009-01-21 01:46:36)