Okay, I know this has been asked a lot. So apologies. I promise Ive looked at all the previous threads.
The image I want to add is 960 x 150
The 960 bit is fine, but I want to change the height so that it does not cover the menu bar.
This is where I am at with it: http://kidswearproject.com - that is just a gholding image!
the code i have is:
#top .logo, #top .logo a{
display:block;
height:150px;
width:960px;
position:absolute;
left:20px;
top:13px;
border: none;
padding: 0;
margin:0;
z-index: 10;
}
What am I missing??














