If you are determined to use frames, you are going to need to allow for scrollbars in each frame to get around the left shift in FF.
Code:
<frameset rows="83,*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="Top.htm" name="topFrame" frameborder="no" scrolling="yes">
<frame src="Bottom.htm" name="mainFrame" frameborder="no" scrolling="yes">
</frameset>
But everyone is right when suggesting learning to use CSS. It may have a steep learning curve, but it is the recommended way to code pages. Take the time to learn it, it will be worth your time.
__________________
They have computers, and they may have other weapons of mass destruction. - - Janet Reno
|