Fast Lodret scrollbar i frames under Netscape.
Hvorfor kan jeg ikke få fast scroll på min side i Netscape? Jeg vil gerne ha' fast scroll i begge frames.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>frameset</title>
</head>
<frameset rows="95,*" border=0 frameborder=no framespacing=0 noresize>
<frame src="frame1.asp" name="ramme1" scrolling=yes \"noresize\" marginheight=0 marginwidth=0 frameborder=0>
<frame src="frame2.asp" name="ramme2" scrolling=yes \"noresize\" marginheight=0 marginwidth=0 frameborder=0>
<noframes>
<body bgcolor=\"#FFFFFF\" text=\"#000000\" topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>
</body>
</noframes>
</frameset>
</html>