Ver Mensaje Individual
  #19 (permalink)  
Antiguo 28/03/2008, 20:08
St4rm4n
 
Fecha de Ingreso: marzo-2008
Mensajes: 1
Antigüedad: 16 años, 1 mes
Puntos: 0
Re: No se me aplica el CSS a la barra de Scroll

El problema para solucionar el inconveniente es usar solo la cabecera html

es decir ud tiene

No localizo el problema por el cual tanto IE7 como Opera9 no me pintan la barra de desplazamiento. Echarle un ojo a ver si alguien detecta el fallo.

Página principal:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ... >
<html>

elimine el <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ... >

y dejo solo


<html>

intenta usando este modelo

<html>
<head>
<title>Documento sin t&iacute;tulo</title>
</head>

<body>
</body>
</html>