Quoting Gary <[email protected]>:
Is there a way to change the imp message list scroll bar to a smooth scroll? On my system, using Firefox or Chromium all other imp scroll bars (folder list & message preview) use smooth scrolls. The message list scroll uses a scroll/jumpto kind of scrolling. It looks to me like its another kind of scroll bar entirely, perhaps something more than css (I found the css code that places the images used for that scroll bar). I would very much like to have smooth scrolling in the message list.
You can't use the browser's native scrollbar because there is no way of reliably capturing the scroll event across platforms/browsers.
The scrollbar in the message list is instead implemented via javascript (horde/js/slider2.js) and can be themed using CSS.
michael ___________________________________ Michael Slusarz [[email protected]] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
