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
HTML: < div class="header"> </div> CSS: .header { background-color:#0000ff; width:469px; height:60px; }