Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/12/2010, 18:38
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: Como pongo un div con un ancho completo.

Prueba con algo asi



Código CSS:
Ver original
  1. div#ns {
  2. position: fixed;
  3. width: 100%;
  4. height:100%;
  5. top:0px;
  6. left:0px;
  7. background-color: #000;
  8. color: #FFF;
  9. text-align: center;
  10. z-index: 999;
  11. overflow:hidden;
  12. filter:alpha(opacity=95);
  13. -moz-opacity:0.95;
  14. -khtml-opacity:0.95;
  15. opacity: 0.95;
  16. font-size: 1.1em;
  17. }

en realidad basta con

position: fixed;
width: 100%;
height:100%;
top:0px;
left:0px;

el resto es para darle un poco de efecto (ya lo tenia hecho asi...)

Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.