Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to make my web page has a good feeling when it scroll, there are 2 things I care about, 1st is the style of scrollbar, 2nd is the behavior of the scroll.

I want make it feel like mac OS X scroll feeling by javascript, but I need do nothing for a mac OS X user who has already has a good scroll feeling.

So, how can I know that the user is a mac OS X user?

share|improve this question
navigator.userAgent.toLowerCase().indexOf("mac")!=-1 – mplungjan Aug 4 '12 at 16:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.