cactus1000
Programmer
I have a web page that consists of four frames. Because I want this to be seamless, the frames have no borders and do not scroll.
However, people viewing this page at 400x600 cannot scroll down to view the bottom of the page.
How can I have my internal frames set to scrolling="no", yet have the whole frameset scroll?
I assume it's a nested frames thing, but I can't get it to work.
Here's the page:
<FRAMESET ROWS="*,44" scrolling=no frameborder=no framespacing="0" border="0">
<FRAMESET COLS="32%,43%,25%">
<FRAME SRC="left.html" scrolling=no frameborder=no framespacing="0" border="0">
<FRAME SRC="cover400a.html" scrolling=no frameborder=no framespacing="0" border="0">
<FRAME SRC="rightframe1.html" scrolling=no frameborder=no framespacing="0" border="0">
</FRAMESET>
<FRAME SRC="bottom.html" scrolling=no frameborder=no framespacing="0" border="0">
<NOFRAMES>
<BODY>
<P><I>This document requires a browser that can view frames.</I></P>
</BODY>
</NOFRAMES>
</FRAMESET>
However, people viewing this page at 400x600 cannot scroll down to view the bottom of the page.
How can I have my internal frames set to scrolling="no", yet have the whole frameset scroll?
I assume it's a nested frames thing, but I can't get it to work.
Here's the page:
<FRAMESET ROWS="*,44" scrolling=no frameborder=no framespacing="0" border="0">
<FRAMESET COLS="32%,43%,25%">
<FRAME SRC="left.html" scrolling=no frameborder=no framespacing="0" border="0">
<FRAME SRC="cover400a.html" scrolling=no frameborder=no framespacing="0" border="0">
<FRAME SRC="rightframe1.html" scrolling=no frameborder=no framespacing="0" border="0">
</FRAMESET>
<FRAME SRC="bottom.html" scrolling=no frameborder=no framespacing="0" border="0">
<NOFRAMES>
<BODY>
<P><I>This document requires a browser that can view frames.</I></P>
</BODY>
</NOFRAMES>
</FRAMESET>