How to troubleshoot loss of inheritance by body selector?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • David Wilson
    New Member
    • Jan 2011
    • 2

    How to troubleshoot loss of inheritance by body selector?

    I have a body selector whose inheritance is being lost at the top of my page. I have followed my tags and CSS and I don't see why it would no longer be inherited.

    I'm guessing there is an easy answer...I just can't find it.

    The site is http://sloc.riococokid s.com.

    To be clear, just under the body tag is the "wrapper" div. It should inherit the body styling, but it is not.

    Thoughts?
  • JKing
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    There is a random slash in your CSS right after the closing }.
    Code:
    html {
    	background: url(/assets/images/html_repeat.jpg);
    }/
    Try removing that.

    Comment

    • David Wilson
      New Member
      • Jan 2011
      • 2

      #3
      Wow...and I know exactly how it must have happened...user error with touchpad!

      Thank you so much...I was banging my head against the wall because I knew it was something that simple.

      Comment

      • JKing
        Recognized Expert Top Contributor
        • Jun 2007
        • 1206

        #4
        No problem, those simple ones get the best of us from time to time.

        Comment

        Working...