Questo è il codice HTML della mia Pag.
Io dovrei cambiare il colore delle barre di scorrimento
portarle dal grigio al Rosso!!
AIUTO COME FACCIO ! Ho letto altri topic ma non riesco a
farle funzionare!![]()
![]()
![]()
<html>
<head>
<title>www.palestrapsp.it</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
</head>
<frameset rows="202,*" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="topFrame" scrolling="NO" src="UpFrame.htm" frameborder="NO" marginwidth="0" marginheight="0" noresize >
<frame name="mainFrame" src="DownFrame.htm" marginwidth="0" marginheight="0" scrolling="auto" frameborder="NO" noresize>
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>
Mi hanno detto di inserire questo codice!
<style>
BODY{
scrollbar-arrow-color: #FF0000;
scrollbar-3dlight-color: #00FF00;
scrollbar-highlight-color: #C0C0C0;
scrollbar-face-color: #FFFF80;
scrollbar-shadow-color: #808080;
scrollbar-darkshadow-color: #408000;
scrollbar-track-color: #EAEAEA;
}
</style>
Ma il risultato e ................Niente!
Grazie mille!