Hello, i have a page with frames. One frame is exactly 800x75. I have an image with that exact size.

""""""
<frameset rows="150,90,600" frameborder="0" framespacing="0" border="0" marginwidth="0" marginheight="0" noresize>

<frame src="banner.htm" noresize border="0" scrolling=no name="banner" width="800">
<frame src="links.htm" noresize border="0" scrolling=no name="links" width="800">
<frame src="main.htm" noresize border="0"scrolling=yes name="main" width="800">


</frameset>
""""""
Well anyways, no matter what, when you resize the window it slides, moves and scrolls Can anyone help me out? Thanks,
___
Dan