How to target Safari for Mac only?

后端 未结 10 1874
终归单人心
终归单人心 2020-12-05 05:39

Hi I\'ve cross browser fixed a site on all thinkable PC browsers, including Safari. Now my smart ass designer sent me a screen shot of the whole layout collapsing on mac. I

10条回答
  •  抹茶落季
    2020-12-05 05:58

    The user agent string contains operating system information, and you are probably already checking the user agent string for the browser type.

    A mac browser will have the string "Mac OS X 10." in the user agent string.

提交回复
热议问题