treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] WebKit Engine not showing website correctly

  • I have a website that I'm hosting internally and when viewed on IE or Firefox it looks just like I designed it but when I go into Chrome or Safari it doesn't.

    I've noticed that my margins, padding, and inline-block don't work. Any suggestions????

  • Without access to the site we're going to have trouble helping you.

    Are you using a reset or normalise in your css?

  • Well I'm using Foundation 3 by Zurb. In the foundation.css is says "Requires: Normalize.css" but I don't see it inside the stylesheet folder.

  • Still no link ;)

  • I don't have a link to the site that I can publish to the public. It's all on a localhost right now.

  • Is it possible for you to reproduce the problem in a codepen? That way you don't have to show confidential stuff but we can still help you. :)

  • Why not download normalize and put it in the css folder?

  • I will try that Paulie_D.

  • HOLY CRAP!!!!! I copied our existing CSS over to work with and didn't noticed that the previous person had put a * { -webkit-margin-before: 0 !important; -webkit-margin-after: 0 !important; } in it. Sorry for all the hassle guys. Thanks for the help.