Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/11/2014, 14:51
mauritosuarez
 
Fecha de Ingreso: octubre-2014
Ubicación: Buenos Aires
Mensajes: 278
Antigüedad: 9 años, 6 meses
Puntos: 12
Respuesta: Colocar banner fuera del body

Hola vistor92 prueba de esta manera

Agrega este código dentro del body.

Código HTML:
Ver original
  1. <!--Style Switcher-->
  2.         <div id="style-switcher">
  3.         <!--<h1>Compartir</h1>-->
  4.         <ul>
  5.             Aqui va contenido que tu quieras
  6.         </ul>
  7.         </div><!--End Style Switcher-->
  8.    
  9.         <!--Style Switcher-->
  10.         <div id="style-switcher2">
  11.         <!--<h1>Compartir</h1>-->
  12.         <ul>
  13.             Aqui va contenido que tu quieras
  14.         </ul>
  15.         </div><!--End Style Switcher-->


Css
Código HTML:
Ver original
  1. #style-switcher {
  2.     position:fixed;
  3.     z-index:99999;
  4.     top:150px;
  5.     right:-1px;
  6.     width:222px;
  7.     height: 580px;
  8.     background:#fff;
  9.     padding:10px;
  10.     border:1px solid #ddd;
  11. }
  12. #style-switcher2 {
  13.     position:fixed;
  14.     z-index:99999;
  15.     top:150px;
  16.     left:-1px;
  17.     width:222px;
  18.     height: 580px;
  19.     background:#fff;
  20.     padding:10px;
  21.     border:1px solid #ddd;
  22. }

Espero te sirva.

Saludos.
__________________
http://www.sp-vision.net