Ver Mensaje Individual
  #11 (permalink)  
Antiguo 18/05/2006, 17:36
Runciter
 
Fecha de Ingreso: abril-2004
Mensajes: 8
Antigüedad: 20 años
Puntos: 0
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>
<head>
<?php include("meta.php"); ?>
<link href="estilos.css" rel="stylesheet" type="text/css">
</head>
<body>
...

Definición hoja de estilos etiqueta body:

body {
scrollbar-3dlight-color: #333333;
scrollbar-arrow-color: #f5d92f;
scrollbar-base-color: #f5d92f;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #414141;
scrollbar-highlight-color: #666666;
scrollbar-shadow-color: #292929;
scrollbar-track-color: #666666;
background: #000000 url("fotos/fondo_barra2.gif") top repeat-x fixed;
}

¿No será un bug en las versiones beta de estos navegadores?.