
03/03/2006, 03:56
|
 | | | Fecha de Ingreso: septiembre-2003 Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 21 años, 6 meses Puntos: 59 | |
Entre <head> y </head>
Código:
<style type="text/css">
body,html {
overflow-y: hidden; /* barra horizontal*/
overflow-y: scroll; /* barra vertical*/
}
</style> |