简体   繁体   中英

Site disappears in Safari, why?

If you take a look at this site

the site is displayed fine in IE, FF, Chrome, however, if you look at it with Safari, it hides the site? Can't quite seem to figure out what's tricking this?

不在我的Safari中(最新的SL)

It does show for a split second. All the elements in your divs are still there. Play around with your sizing and positioning. I have a good feeling that is messing it up.

Change the z-index of <div id="bg-box"></div> to negative value;Now it is z-index: 1 ; Turned it to z-index: -1 .I think it may work.

your bg-box class has a z-index of 1. Your other classes have no z-index. In Safari no z-index is less than a z-index of 1 (sometimes). Set your other top level divs to have a z-index of 2 and it all looks fine.

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