Beginner question: How to change top header to black

Discussion in 'CSS' started by mixfire, Apr 17, 2007.

  1. #1
    Please see my site here - http://stepinthezone.com/shop/

    I would like to change the top header to black to match the current images there. So far I can only adjust the background color for the entire page, not just the top header.
     
    mixfire, Apr 17, 2007 IP
  2. Dan_A

    Dan_A Peon

    Messages:
    65
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    in #header use
    background: #000 url(images/header_bg.jpg) top right no-repeat;
     
    Dan_A, Apr 17, 2007 IP
  3. mixfire

    mixfire Guest

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you very much, it worked!
     
    mixfire, Apr 17, 2007 IP