Need help with Frames
I have a client who wants a site and insists on frames. He also needs the middle frame to scroll. I have created the frameset document and everything seems to work fine until I actually create the main frame (middle) document and then all of a sudden the scroll bar doesn't work. As soon as I create page main.html the scrollbar greys out. What am I doing wrong? Need help.
Here it is without enclosing in tag brackets
Example:
frameset rows="80,*,140" border="2" framespacing="0 bordercolor="#FFFFFF"
frame src="top.html" name="topFrame" scrolling="NO" noresize
frame src="main.html" name="mainFrame" scrolling="YES"
frame src="bottom.html" name="bottomFrame" scrolling="NO" noresize
frameset
|