简体   繁体   中英

Website Layout not functioning in Safari

just like the title says, my website layout appears to be fine on all other browsers at various zooms, sizes and what not, but not in Safari.

The website adheres to HTML5 and CSS3 standards according to W3Cs validators, and I cannot spot any errors myself.

Website can be found at : http://www.kehza.co.uk/Arcade

It's very basic atm, I want the layout to work on all browsers before I progress. (catch bugs early on).

Edit :-

In Safari at certain zooms, massive white space appears at the bottom of the page, also a border is massively out of place.

See images for difference thanks :)

普通网站断点站点破损屏幕2

The latest version of Safari for Windows is 5.1.7, but some of the CSS tags that you are using require Safari 7.0. One example is the box-shadow for the #wrapper element. This is why the website does not display correctly in the Windows version of Safari.

Source: http://caniuse.com/#search=webkit-box-shadow .

It is rumored that Apple has dropped development for Safari on Windows. You will probably want to decide what legacy version of Safari that the website will support. If you are planning on using features of CSS3, then you will want to test the website in a later version of the Safari browser, available on the OSX platform.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM