TCH-Tim Posted March 2, 2005 Posted March 2, 2005 Hey Bruce, I visited your site pdabruce.com and I noticed that on the pages that have scrollbars within the page, such as your Products page, my wheel mouse won't scroll the page when I'm using Firefox. But it will in IE. Have you seen that before? Do you (or anybody) know why that is? -Tim Quote
TCH-Bruce Posted March 2, 2005 Posted March 2, 2005 Tim, yeah it does the same thing for me in Firefox. Haven't been able to figure out why. I may just redesign the whole site again when I get some time. Quote
TCH-Tim Posted March 2, 2005 Author Posted March 2, 2005 Works for me... <{POST_SNAPBACK}> In Firefox? What version? Quote
TCH-Bruce Posted March 2, 2005 Posted March 2, 2005 Yeah, what version? I've tried it on 1.0PR, 1.0 and 1.0.1 and it won't scroll. I don't think it did all the way back to .8. Quote
TCH-Bruce Posted March 2, 2005 Posted March 2, 2005 Are you looking at the products page and the inside scroll works for you in FF? You can scroll the content of the products page from top to bottom with the wheel of your mouse? Quote
OldTimer Posted March 2, 2005 Posted March 2, 2005 You know you're right. My mistake. Not with the mouse wheel. Sorry Quote
TCH-Bruce Posted March 2, 2005 Posted March 2, 2005 No problem. If you could we were wondering how. Quote
TweezerMan Posted March 2, 2005 Posted March 2, 2005 Bruce - In your page's CSS, you're using an overflow attribute to make the scrolling box: >.body { height:450px; padding-left: 5px; background-color:#FFFFFF; border-right:1px solid #000000; overflow: auto; } The mouse wheel not scrolling this kind of box is a known bug in Firefox (see bugzilla bug 97283 - "Mouse wheel scrolling does not work for elements such as div using overflow - auto or scroll"). This bug is supposed to be fixed with the Firefox 1.1 release (expected in March). Quote
TCH-Bruce Posted March 2, 2005 Posted March 2, 2005 Well, thanks David. I don't have time to redesign the site now anyway so I will wait and see if it does. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.