scrolling div tag in gecko

liunx

Guest
I've got a simple div with a certain height and width. In opera and IE, the mouse wheel allows you to scroll the small div, yet in all gecko browsers, the mouse won't scroll. The only settings are the height, width, and overflow: auto. Is this a browser compliance problem, and if so, is there a workaround to it? Or maybe there's a setting I'm missing. I've included a link showing an example.

<!-- m --><a class="postlink" href="http://home.comcast.net/~obviousunknown/relapse/test.htmClick">http://home.comcast.net/~obviousunknown ... t.htmClick</a><!-- m --> on the DIV, then try scrolling.Originally posted by Jona
Click on the DIV, then try scrolling.

Clicking and then scrolling won't work.
Clicking then using the down key on the keyboard won't work.
Middle clicking and using the four-directional map won't work.
Yet those all work in IE and Opera (odd thing considering the different reputations of those browsers). I have a feeling this is a browser problem, but I don't know how to fix it.You're right, must be some kind of a bug.
 
Back
Top