Páginas (2): 1 2   
Dark_Soul   17 Feb, 2012, 9:43 am
#1
Hola Quisiera saber que codigo debo poner para que uno salga a la derecha y el otro a la Izquida

aqui los 2 codigos q uso

El del FaceBook le puse esto pero no sirvio <left>


<left>
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/es_LA/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like-box" data-href="http://www.facebook.com/pages/Winer-King/277474558947466" data-width="292" data-show-faces="true" data-stream="true" data-header="true"></div>
</left>

El del Chat.
<center><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://c.gigcount.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEzMjgwNzQ3NTQ3OTEmcHQ9MTMyODA3NDc5NDc4MCZwPTUzMTUxJmQ9Jmc9MSZvPTE4ZjFiNTM*MjAzMzQzYTA4Mzg3/OGYyZTI1YjAxMzQy.gif" /><embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="540" height="405" name="chat" FlashVars="id=163255686" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" /><br><small><a target="_BLANK" href="http://xat.com/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=163255686">Go Large!</a></small><br>

</center>
InfraWorld   17 Feb, 2012, 9:50 am
#2
Aqui te dejo los Codigos tanto para la Derecha como para la Izquierda.

Derecha:

<div style="width:39px;height: 179px;position:fixed;right: 0pt; top: 10%; z-index: 99999;">
<a href="URL DE LA FAN PAGE" target="_blank" title="Sígueme en Facebook"><img src="IMAGEN" width="39" height="179" alt="Hazte Fan en Facebook" title="Hazte Fan" /></a>
</div>

Izquierda:
 <div style="width:39px; height: 179px;position:fixed;left: 0pt; top: 55%; z-index: 99999;">
 <a href="url de tu twitter" target="_blank" title="Sígueme en Twitter"><img src="url de la imagen" width="39" height="179" border="0" alt="Síguenos en Twitter" title="Síguenos en Twitter" /></a>
 </div>



Dark_Soul   17 Feb, 2012, 10:05 am
#3
creo q te equivocaste man
esos no son los codigos que di...
InfraWorld   17 Feb, 2012, 10:08 am
#4
(17 Feb, 2012, 10:05 am)Dark_Soul escribió: creo q te equivocaste man
esos no son los codigos que di...

Amigo yo se que no son los que me diste, Pero esos te pueden servir para Hacer eso que quieres.. Creo que lo que quieres lograr es algo como lo que tiene Libelux para poner Twitter de un Lado y Facebook del otro.
Dark_Soul   17 Feb, 2012, 10:09 am
#5
no man eso no queiro entra a la pagina y mira el header del problema que estoy teniendo http://winerking.skn1.com/index.php
InfraWorld   17 Feb, 2012, 10:22 am
#6
(17 Feb, 2012, 10:09 am)Dark_Soul escribió: no man eso no queiro entra a la pagina y mira el header del problema que estoy teniendo http://winerking.skn1.com/index.php

Sorry Amigo entendi mal, Bueno puedes utilizar un Tablas 2 Fila 1 Columnas:

Deberia quedar asi mas o menos:
<table width="80%">
  <tr>
<td align="center"><div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/es_LA/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like-box" data-href="http://www.facebook.com/pages/Winer-King/277474558947466" data-width="292" data-show-faces="true" data-stream="true" data-header="true"></div></td>

<td align="center"><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://c.gigcount.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEzMjgwNzQ3NTQ3OTEmcHQ9MTMyODA3NDc5NDc4MCZwPTUzMTUxJmQ9Jmc9MSZvPTE4ZjFi​NTM*MjAzMzQzYTA4Mzg3/OGYyZTI1YjAxMzQy.gif" /><embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="540" height="405" name="chat" FlashVars="id=163255686" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" /></td>
  </tr>
</table>
DARKNESSDH   17 Feb, 2012, 10:28 am
#7
puedes utilizar divs con float uno izquierda y uno derecha, queda mucho mejor que con tablas
Dark_Soul   18 Feb, 2012, 5:52 am
#8
y entonces que codigo debo hacer por que no se nada de lenguaje html hasta hora estoy empezando a estudiarlo...
papi   18 Feb, 2012, 7:10 am
#9
veo que tienes definidos los divs para que tomen los valores en css
Busca en global.css de tu estilo el codigo
.fb-root
y cambia a continuacion el align a left
Con el chat sustituye ese codigo por este otro
<div id="chat" style="position:absolute; right: 200px; top: 100px;"><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://c.gigcount.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEzMjgwNzQ3NTQ3OTEmcHQ9MTMyODA3NDc5NDc4MCZwPTUzMTUxJmQ9Jmc9MSZvPTE4ZjFi​NTM*MjAzMzQzYTA4Mzg3/OGYyZTI1YjAxMzQy.gif" /><embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="540" height="405" name="chat" FlashVars="id=163255686" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" /><br><small><a target="_BLANK" href="http://xat.com/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=163255686">Go Large!</a></small><br></div>
Cambia los valores d alto y ancho por los que tu quieras (los de right: 200px; top: 100px)
Dark_Soul   18 Feb, 2012, 8:17 am
#10
pues en la plantilla global no hay nada de esto
.fb-root
Páginas (2): 1 2   
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.