Answer the question
In order to leave comments, you need to log in
How to change the css style on the site depending on the OS of the user?
How can Windows users follow one cursor and MacOSX users follow another?
Answer the question
In order to leave comments, you need to log in
if ( navigator.platform == "Win32" ) {
// apply css-styling of cursor.
document.getElementById("body").style.cursor = "progress";
}
The possible values are:
MacIntel
MacPPC
Mac68K
Win32
Win16
SunOS
HP-UX
Linux i686
Supported browsers:
Google Chrome
Internet Explorer & Edge
Firefox
Opera
Safari
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question