• Resolved noelgreen

    (@noelgreen)


    I have this site I’m working on.
    https://www.scyouth.org/new/

    The CSS works fine in Safari, but in IE and FF (both PC and Mac) it looks like crap. It loads the background image, but that’s it… nothing else loads.

    I’ve looked and looked but can’t figure out where the glitch is.
    Anyone help?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Looks like you’re missing a closing </div> tag for your container div.

    Might want to run it through the validator and fix issues you find. Once it validates, it’s easier to troubleshoot the rest of it.

    I can see the text, by the way; it’s just dark on your background image.

    Thread Starter noelgreen

    (@noelgreen)

    Okay, thanks, it’s validating now… and yes, the text is that way because the CSS isn’t working.

    If you can view it in Safari you’ll see what it should look like.

    Looks like you’re missing a closing bracket in your code def. Should be:

    code{
    	margin:10px;
    	font-family: verdana, arial, sans-serif;
    }
    Thread Starter noelgreen

    (@noelgreen)

    AND you’re brilliant! ??

    I knew it just would take a fresh pair of eyes.
    Thanks much brother!

    You’re welcome – I’m glad it’s fixed. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS Works in Safari not in IE or FF’ is closed to new replies.