Using an image for header in Wordpress, CSS still needed?

Discussion in 'WordPress' started by pipes, Apr 23, 2008.

  1. #1
    If i use an image for a header for a Wordpress theme am i correct in believing that i still then use CSS for dimensions/positioning of the header.

    For example including the image with something like the following:

    #header {
    background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
    }

    But then i still use CSS along with that for width, height, margin setting?

    Feel free to correct me if neccessary please.
     
    pipes, Apr 23, 2008 IP
  2. Pixelrage

    Pixelrage Peon

    Messages:
    5,083
    Likes Received:
    128
    Best Answers:
    0
    Trophy Points:
    0
    #2
    As long as the header is still wrapped in that style, you can do this.
     
    Pixelrage, Apr 23, 2008 IP
    pipes likes this.
  3. pipes

    pipes Prominent Member

    Messages:
    12,766
    Likes Received:
    958
    Best Answers:
    0
    Trophy Points:
    360
    #3
    Thanks markn26
     
    pipes, Apr 23, 2008 IP