SyntaxFix
Write A Post
Hire A Developer
Questions
Here is the Jquery browser detect plugin to identify browser/os detection.
You can use this for styling purpose after including the plugin.
$("html").addClass($.os.name); $("body").addClass($.browser.className); $("body").addClass($.browser.name);