hallo!
danke für eure mithilfe - ich habe jetzt ein script gefunden dass auch bei netscape die horizontale scrollleiste verhindert - wenn jemand daran interessiert ist,hier ist es:
<head>
<script name="JavaScript" type="text/javascript">
<!--
function NoScroll(w,h)
{
if(document.layers)
{
if(w) document.width= window.innerWidth;
if(h) document.height=window.innerHeight;
}
}
//-->
</script>
</head>
<body onload="NoScroll(1,0)">
...
viel spaß damit greets christian