26/03/2008, 12:34
|
| | Fecha de Ingreso: noviembre-2005 Ubicación: Huancayo - Perú
Mensajes: 160
Antigüedad: 19 años Puntos: 7 | |
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] |