ho provato in questo modo la scroll è del colore dello sfondo e nn si vede
codice:
<html>
<head>
<title>Popup</title>
<script language="JavaScript" type="text/JavaScript">
function apriPOPUP(nome,titolo,larg,alt) {
window.open(nome,titolo,'width=' + larg + ',height=' + alt);
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
scrollbar-face-color: #414141;
scrollbar-highlight-color: #414141;
scrollbar-shadow-color: #414141;
scrollbar-3dlight-color: #414141;
scrollbar-arrow-color: #414141;
scrollbar-track-color: #414141;
scrollbar-darkshadow-color: #414141;
background-color: #414141;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body>
<!--<P ALIGN="LEFT"><FONT FACE="_sans" SIZE="11" COLOR="#5C5C5C">AutoGrid</FONT></P><P
ALIGN="LEFT"><FONT FACE="_sans" SIZE="11" COLOR="#000000">AutoGrid</FONT></P><P
ALIGN="LEFT"><FONT FACE="_sans" SIZE="11" COLOR="#FFFFFF">Cone</FONT></P><P
ALIGN="LEFT"><FONT FACE="_sans" SIZE="11" COLOR="#FFFFFF">Box</FONT></P><P
ALIGN="LEFT"><FONT FACE="_sans" SIZE="11" COLOR="#FFFFFF">Sphere</FONT></P><P
ALIGN="LEFT"><FONT FACE="_sans" SIZE="11" COLOR="#FFFFFF">Tube</FONT></P><P
ALIGN="LEFT"><FONT FACE="_sans" SIZE="11" COLOR="#FFFFFF">Cylinder</FONT></P><P
ALIGN="LEFT"><FONT FACE="_sans" SIZE="11" COLOR="#FFFFFF">Pyramid</FONT></P><P
ALIGN="LEFT"><FONT FACE="_sans" SIZE="11" COLOR="#FFFFFF">Torus</FONT></P><P
ALIGN="LEFT"><FONT FACE="_sans" SIZE="11" COLOR="#FFFFFF">Plane</FONT></P><P
ALIGN="LEFT"><FONT FACE="_sans" SIZE="11" COLOR="#FFFFFF">Object Type</FONT></P>CHIUDI<P
ALIGN="CENTER"><FONT FACE="04b_11" SIZE="29" COLOR="#FFFFFF">GRAZIE DELLA
VISITA</FONT></P><P ALIGN="CENTER"></P><P ALIGN="CENTER"><FONT FACE="04b_11" SIZE="29"
COLOR="#FFFFFF"> E</FONT></P><P ALIGN="CENTER"></P><P ALIGN="CENTER"><FONT
FACE="04b_11" SIZE="29" COLOR="#FFFFFF">ARRIVEDERCI</FONT></P>--><OBJECT
classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,
0"
WIDTH="972" HEIGHT="550" id="popup" ALIGN="">
<PARAM NAME=movie VALUE="popup.swf"> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor
VALUE=#414141> <EMBED src="popup.swf" quality=best bgcolor=#414141 WIDTH="972" HEIGHT="550"
NAME="popup" ALIGN=""
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</BODY>
</HTML>