mzunderstood
07-18-2003, 05:19 AM
I don't know how to find this certain kind of frames. It's at this web site: http://play-central.com. See how the scroll bar is on the side of the screen, but only on part of the side screen. Like most scroll bars it's along the whole window, this one is only where the frames box is. If you know what I'm talking about, can you paste the code please?
mzunderstood
07-18-2003, 05:28 AM
Please, help me. :crying:
It's only been a few minutes....
<html>
<head>
<title>My Page</title>
</head>
<frameset rows="100,*">
<frame src="top.html" NAME="top">
<frameset cols="160,*">
<frame src="left.html" NAME="left">
<frame src="right.html" NAME="right">
</frameset>
</frameset>
<body>
</body>
<noframes>
<a href="your main page.html">Click Here</a>
</noframes>
</html>
It's on the site --> http://www.lissaexplains.com/frames.shtml#top