Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/03/2008, 12:34
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 desplazadoras

Si te refieres un FLA, en tu HTML:

Para mostrar la barra desplazadora:

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


Para ocultar la barra desplazadora:

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

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