PDA

Click to See Complete Forum and Search --> : Frame Question ?


nmretd
Jun 14th, 2000, 10:32 PM
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.

Ianpbaker
Jun 14th, 2000, 10:55 PM
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

nmretd
Jun 14th, 2000, 11:02 PM
That's just what I wanted. Thank you kindly !

nmretd.