• I have been tweaking templates, trying to create a simple background in one color (#000066) with the blog and header in another color (#FFF). I’m getting a transparent space below my header that I need to show white and my blogs and pages do not fill in white page background completely.

    I know my style.css is whacked on the first body section code as I have tried a dozen or so configs..

    This is what is at the top of the style.css:

    body {
    color: #000066;
    font-family: “Trebuchet MS”, Helvetica, Arial, Geneva, sans-serif;
    font-size: 14px;
    line-height: 16px;
    background-color:#000066

    The site is http://www.valueskeeper.com

    Any help would be appreciated!! Yikes!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • To your #map (nav) image, add ‘display: block;’ to it. That will cure the gap.

    I’m not too sure what you mean by your second question.

    Thread Starter musicprod1

    (@musicprod1)

    Thanks for the tip, only… I’m confused as to where EXACTLY to place the code? I tried applying it in the header.php in the map section and that did not work.

    Please advise…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trying to resolve background views IE vs, Firefox’ is closed to new replies.