Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/03/2008, 13:54
pplucho07
 
Fecha de Ingreso: noviembre-2005
Ubicación: Huancayo - Perú
Mensajes: 160
Antigüedad: 18 años, 4 meses
Puntos: 7
De acuerdo Re: web sin barras despalazadoras

Hola SantyNI,

para mostrar las barras:

body {
overflow-y: show;
overflow-x: show;
background-color: #DADADA;
}
html { overflow:show; }

para ocultarlas:

body {
overflow-y: hidden;
overflow-x: hidden;
background-color: #DADADA;
}
html { overflow:hidden }

Saludos, espero haberte ayudado...
__________________
@PpLucho07
Desarrollador web - Animador Multimedia
[email protected]