Jump to content

Recommended Posts

Posted

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

Posted

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?

Posted

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).

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...