寫 html 時用了 Frameset:
<FRAMESET cols="155,*" frameborder="NO" border="0">
<FRAMESET rows="145,*" frameborder="NO" border="0">
<FRAME src="/logo.htm" name="logoFrame" scrolling="no" noresize>
<FRAME src="/navbar.htm" name="leftFrame" scrolling="no" noresize>
</FRAMESET>
<FRAMESET rows="145,*" frameborder="NO" border="0">
<FRAME src="/topbar.htm" name="topFrame" scrolling="no" noresize>
<FRAME src="/main-home.htm" name="mainFrame">
</FRAMESET>
</FRAMESET>
但 logo.htm, navbar.htm 和 topbar.htm 縱然用了 scrolling="no", 但在 Firefox 和 Opera 內, 雖然沒有看到 scroll bar, 但 frame 的內容仍然可以移動 (把 cursor 移到那裏再轉動 mouse wheel 便會上下移動)... 雖然只是一點點 (網頁只是比 frame size 大了幾個 pixels), 但可以上下移動始終覺得有點怪.... 到 google 搜尋過也找不到有用的資訊.... 有人知道怎樣可以令 frameset 內的 frame 在 firefox 和 opera 內不能再移動呢?