removing ability to wheelscroll in webpage navigation frame.

Anonymous

Veteran
is denying the ability to scroll doable? Yes I can remove the scrollbar from navigation frame but scroll wheel in mouse keeps scrolling the navigation links out of screen if i have cursor in wrong place while scrolling.

In main html file after frameset i have this for the navigation frame:
<FRAME SRC="navigation" NAME="navi" scrolling=no target="text">

and in the frames html i have this in body:
<body SCROLL='no'>

How many more "no":s do i need and where to get rid of the scrolling?
 
Back
Top