Viewing 5 replies - 1 through 5 (of 5 total)
  • #top-menu{
    color:#006699;...

    }

    #top-menu a {
    color:#006699;...

    }
    Have you changed those two colors?

    You mean this section:

    #top-menu{
    color:#006699;
    padding:5px;
    padding-left:25px;
    background:#FFF;
    border-bottom:1px solid #333;
    font-size: 120%;
    height:50px;
    }

    This appears to affect the area just under the header/image banner. Just fiddle with the background property, if that’s the color you’re trying to reset.

    Thread Starter dobie

    (@dobie)

    That’s what I thought too. I’m trying to change the white under the header picture to the grey on the sidebar. What do you mean fiddle with the background property? I’ve tried those 2 #006699 colors with no effect at all.

    background:#FFF;

    Try removing it from the top-menu declaration.

    Thread Starter dobie

    (@dobie)

    That did it. Didn’t even have to change any colors, just take that line out. Thanks. Just tried my page in IE though and alot of stuff is messed up. Guess I’m not going to bed as early as I thought. Thanks again.
    Shawn

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Trying to change colors…’ is closed to new replies.