frame html just partialy
I want to create a frame like this:
<html>
<FRAMESET rows="80,*">
<frame name="top" src="top.htmL" scrolling="NO">
<frame name="partial" "partial.html" scrolling="NO">
</FRAMESET>
</html>
BUT I NEED THAT THE DOCUMENT "partial.html"
wont be seen completly ONly like 80% of it what I mean is that the part of the document that goes at the top of the document "partial.html" wont be seen.
How can I do that?
|