♛Hacker_Evollution_Tecnológica♛: 2012-05-13
Google-Translate-ChineseGoogle-Translate-Portuguese to FrenchGoogle-Translate-Portuguese to GermanGoogle-Translate-Portuguese to ItalianGoogle-Translate-Portuguese to JapaneseGoogle-Translate-Portuguese to EnglishGoogle-Translate-Portuguese to Spanish

Seja um Postador <>Hacker-Evollution<>

Mande Comentário no seguinte link>clicke aqui>
1. Nome Completo :
2. Idade :
3. MSN :
4. Tem Site? Qual? :
5. Você vai postar o que? :
6. Qual sua experiência com Sites? :
7. Porque quer ser Postador do Hacker-Evollution? :
Importante : Iremos escolher apenas 3 Postadores!

Colocando o xat na lateral (PEDIDO)


Primeiro passo , vamos adicionar o código css no template , procure pela linha:
_________________
]]></b:skin>
_________________
Logo acima dessa linha adicione o código:
__________________________________________
/* Chat
----------------------------------------------- */
#gb{
position:fixed;
top:340px;
z-index:+1000;
right:-610px;
}
* html #gb{position:relative;}
.gbtab{
height:164px;
width:51px;
float:left;
cursor:pointer;
background:url('IMAGEM DO BOTÃO PARA ABRIR O CHAT') no-repeat;
}
.gbcontent{
float:left;
border:1px solid #000;
background: url(IMAGEM DE BACKGROUND PARA O CHAT)repeat;
padding:10px;
}
____________________________________ 
Segundo passo é adicionar o código javascript junto com o código HTML,
então procura pela linha:   
___________________________
</body>
___________________________
Logo acima dessa linha adicione o código:
___________________________
<script type='text/javascript'>
function showHideGB(){
var gb = document.getElementById(&quot;gb&quot;);
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);
gb.opened = !gb.opened;
}
function moveGB(x0, xf){
var gb = document.getElementById(&quot;gb&quot;);
var dx = Math.abs(x0-xf) &gt; 10 ? 5 : 1;
var dir = xf&gt;x0 ? 1 : -1;
var x = x0 + dx * dir;
gb.style.right = x.toString() + &quot;px&quot;;
if(x0!=xf){setTimeout(&quot;moveGB(&quot;+x+&quot;, &quot;+xf+&quot;)&quot;, 10);}
}
</script>

<div id='gb'>

<div class='gbtab' onclick='showHideGB()'> </div>

<div class='gbcontent'>

<!-- BEGIN CBOX - www.cbox.ws - v001 -->
<div style='line-height:0;background-position:center;width:590px;height:310px;'>

COLE AQUI O CÓDIGO DO SEU CHAT 

</div>
</div>
</div>  

                                                                    Abaixa o codigo