cross browser - Safari Won't Show BG on the body without a html background color set -
maybe out there can fill me in on whether i've encountered odd edge case safari bug or there missed in css. basically, landing page of site ( http://www.seanmichael.me/test/kodiak/ ) not showing set background (it's showing white background) in safari (6.0.5). surprised because have used similar full-page background images type of css , never encountered issue. code set on body element seen below: body { background: url("img/landing-bg.jpg") #2c5277 no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } i linted css , had no errors, spent substantial time messing around css in dev tools find solution. oddly enough, edit fixed issue setting background-color property on html element. i'm happy works, still confused why might happen. please let me know if have explanation. thank you, sean after having same issue occur on client site,