Ver Mensaje Individual
  #8 (permalink)  
Antiguo 16/11/2007, 13:32
suri_soko
 
Fecha de Ingreso: diciembre-2005
Mensajes: 85
Antigüedad: 18 años, 4 meses
Puntos: 1
Re: cambiar de color la barra desplazadora :(

El tema es que en una pagina simple como el siguiente (ejemplo 1) funciona, pero en el codigo del ejemplo 2 no.

ejemplo 1:

<html>
<head>
<STYLE TYPE="text/CSS">

BODY {
scrollbar-face-color: #FF0000;
scrollbar-shadow-color: #FFFF00;
scrollbar-highlight-color: #0000FF;
scrollbar-3dlight-color: #00FF00;
scrollbar-darkshadow-color: #0077FF;
scrollbar-track-color: #0077FF;
scrollbar-arrow-color: #FF7700;
scrollbar-base-color: #00FF00;}
}

</STYLE>
</head>
<body>
</body>

----------------------

ejemplo 2:

<style type="text/css">
<!--
body {
background-image: url(imagenes%20sfs%20web/fondoproba2.jpg);
background-repeat: repeat-x;
background-color: #000000;
margin-top: 0px;

}
{
scrollbar-face-color: #FF0000;
scrollbar-shadow-color: #FFFF00;
scrollbar-highlight-color: #0000FF;
scrollbar-3dlight-color: #00FF00;
scrollbar-darkshadow-color: #0077FF;
scrollbar-track-color: #0077FF;
scrollbar-arrow-color: #FF7700;
scrollbar-base-color: #00FF00;
}
.style5 {color: #FFFFFF}
.Estilo1 {font-size: 11px}
.Estilo2 {color: #000000}
.Estilo3 {font-size: 11px; color: #333333; }
.Estilo32 {
font-size: 15px;
font-family: "Times New Roman", Times, serif;
color: #CCCCCC;
etc etc etc....
</style>

seria correcta esta manera de poner el codigo?
un saludo.