I want to use a single frame which splits up my page vertically approx 20:80
However, I want this frame to appear invisible. Is this possible ?
thanks.
Printable View
I want to use a single frame which splits up my page vertically approx 20:80
However, I want this frame to appear invisible. Is this possible ?
thanks.
Hi nmretd
<frameset cols="20%,80%" frameborder="0" framespacing="0" border="0" NORESIZE>
<Frame name="Frame1" src="..." scrolling="No">
<Frame name="Frame2">
</frameset>
The scrolling="No" in the first frame will hide the scroll bars and make it look invisible
Hope This Helps
Ian
That's just what I wanted. Thank you kindly !
nmretd.