How do I show headers

Discussion in 'CSS' started by mailtimi, Sep 30, 2009.

  1. #1
    Pls I need your help to show header on my page.Normally I put headers by loading its image in my html page, bt nw I dnt want to use image, i jst want a blue background header like d one found on http://universitiesineurope.com .Pls how do I do dis with css.Thank you
     
    mailtimi, Sep 30, 2009 IP
  2. devji

    devji Peon

    Messages:
    31
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Can you provide your link or HTML/CSS?
     
    devji, Oct 1, 2009 IP
  3. goliath

    goliath Active Member

    Messages:
    308
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    60
    #3
    HTML:

    < div class="header">
    </div>

    CSS:
    .header {
    background-color:#0000ff;
    width:469px;
    height:60px;
    }
     
    goliath, Oct 3, 2009 IP