Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/06/2013, 15:24
rascabuchitos
 
Fecha de Ingreso: abril-2011
Ubicación: Peru
Mensajes: 486
Antigüedad: 13 años
Puntos: 9
Respuesta: duda en porcentajes fixed

Código HTML:
Ver original
  1. <?php require('facebook/fbmain.php'); ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Untitled Document</title>
  6.     .main{
  7.         margin:0 auto;
  8.         width: 100%;
  9.         height:500px;
  10.         background-image:url(images/6.jpg);
  11.          background-color:#666;
  12.     background-position:center top;
  13.     background-repeat:no-repeat;
  14.     background-attachment: fixed;
  15.     }
  16.     .btn_conecta{
  17.         width: 180px;
  18.         margin: 0px auto;
  19.         padding: 300px 0 0 0;
  20.     }
  21. <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
  22. </head>
  23.  
  24. <?php require('facebook/fbjs.php'); ?>
  25. <div class="main">
  26.     <div class="btn_conecta">
  27.         <input type="button" value="Conectate al Facebook" onclick="FBLogin();" />
  28.     </div>
  29. </div>
  30. </body>
  31. </html>