Forum Moderators: open

Message Too Old, No Replies

Custom scroll bars - what is the browser support?

         

tonynoriega

6:54 pm on Feb 18, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



is it still true that IE is the only browser that supports custom scroll bars?

eelixduppy

9:45 pm on Feb 18, 2008 (gmt 0)



I'm pretty sure this is still only an IE thing and probably won't be supported by others.

bill

8:09 am on Feb 19, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Nope. Opera supports them as well.

JAB Creations

11:27 am on Feb 19, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Do a search for "fleXcroll". I have attempted to implement it in to my own site though I would need to create yet another style sheet to negate some measurement bugs. It however works just fine in all major browsers.

- John

tedster

9:02 pm on Feb 19, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just today, almost as if responding to our thread, usability maven Jakob Nielson published Top 10 Application Design Mistakes [useit.com]. Number 1 is "Non-standard GUI Controls" -- and yes, the scrollbar is a GUI control.

For some reason, homemade design's most common victims are scrollbars. For years, we've encountered non-standard scrollbars in our studies, and they almost always cause users to overlook some of their options...

Some of the world's best interaction designers have refined the standard look-and-feel of GUI controls over 30 years, supported by thousands of user-testing hours...

If Jakob's Law is "users spend most of their time on other websites," then Jakob's Second Law is even more critical: "Users have several thousand times more experience with standard GUI controls than with any individual new design."

Users will most likely fail if you deviate from expectations on something as basic as the controls to operate a UI.

Food for thought - just because we CAN do something doesn't mean that we SHOULD.

Fotiman

10:20 pm on Feb 19, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Well put tedster!