Website renders differently on Mac Safari

I am making a website in which everything is fine on almost all major browsers but somehow Mac Safari is showing a different css layout. like wrong background ( black-gray to white) wrong Nav-link color (white to default blue)

as I don't have Mac myself. I am not able to identify or test anything regarding this.

can you look at it & tell me if there is a solution or workaround it. Website Thanks in advance!


Looking at it on my iMac (OSX 10.8.5, Safari 6.1.2), I see the dark gray background and white nav-link color. Here's a screenshot.

I would suggest giving an emulator like BrowserStack a try if you don't have access to a mac. (I think there's a free trial account option.) I will also parrot Lokesh's comment to (nicely) remind your client to clear his cache and try again.

Also, I did notice you have a horizontal scrollbar no matter the browser window's width. I believe it is from the width: 100%; on your footer. Try width: auto; instead.

Hope that helps. Good luck with your client!

链接地址: http://www.djcxy.com/p/63122.html

上一篇: Jquery UI Datepicker仅在Safari中出现错误日期

下一篇: Mac Safari上的网站呈现不同