CSS Help/Wordpress

Soldato
Joined
1 Dec 2003
Posts
2,818
Location
Liverpool
Hello,

I am just playing around with some stuff and i am trying to make a better header.

Before you say why not remove the image as it's the same colour anyway...that's only for now until i sort this problem out.

Anyway,

Please goto: http://insidegossip.co.uk/music/

You willsee that the header is a plain matching blue image (resized below)
logo.jpg


Anyway in the top right hand corner beneath the header is a google ad, how can i make the header go to the back as a background the the advertisement shows up?

The code is:

Code:
#sitelogo {
    position: absolute;
    top: 0px;
    left: 0;
    width: 990px;
    height: 150px;
    background: url(img/logo.jpg) no-repeat;
}

thanks :)
 
Back
Top Bottom