o.k
here goes. i have a frameset with the following code:
check.html is an html page that has an empty table of height 114px (all margins are 0)
blank.html is as the name suggests blank.
the problem is that in IE it works gr8, in netscape(4.7x) a scoll comes in the top frame (i do not want to use scrolling="0"
...
can someone help me with this?
Known is handfull, Unknown is worldfull
here goes. i have a frameset with the following code:
Code:
<html>
<head>
<title>Welcome to Viamore India</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="114,*" border="0" frameborder="0" framespace="0">
<frame name="topframe" src="check.html" framespace="0">
<frame name="bottomframe" src="blank.html" framespace="0">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>
check.html is an html page that has an empty table of height 114px (all margins are 0)
blank.html is as the name suggests blank.
the problem is that in IE it works gr8, in netscape(4.7x) a scoll comes in the top frame (i do not want to use scrolling="0"
can someone help me with this?
Known is handfull, Unknown is worldfull