hi,
i'm trying to create a site with 2 frames, one on top of the other, it
looks fine in internet explorer but in netscape 6 there is a huge gap
between the two frames, which is not there in ie, i don't want it there,
here is the code for the page that loads the frames:
<html>
<head>
<title>Welcome </title>
</head>
<frameset rows="128,*" frameborder="NO" border="0" framespacing="0">
<frame src="navigation.html" name="navigation" scrolling="NO" noresize
border="0" framespacing="0" frameborder="NO">
<frame src="home.html" name="main">
</frameset>
<noframes><body>
</body></noframes>
</html>
Does anyone know how to get rid of the gap?
Thank you.