25/03/2006, 20:20
|
| | | Fecha de Ingreso: septiembre-2003 Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 21 años, 4 meses Puntos: 59 | |
Mira si te funciona así:
Código:
<style type="text/css">
<!--
body,html
{
overflow: -moz-scrollbars-hidden; /*Funciona en firefox*/
overflow-x:hidden; /*funciona en IE*/
overflow-y:hidden; /*funciona en IE*/
}
-->
</style> Suerte |