Cita:
Iniciado por suri_soko 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>
No te funciona porquwe no tenes nada declarado, debería ser así:
Código HTML:
<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>