I added my header image successfully, but it is hitting the bottom of my blue bar funny. There isn't a straight line. It kind of juts in a bit. I changed the code to move the image to the top, but it's not working. The weird thing is, after about 10 seconds it resolves itself, and the banner is fine again. Am I just being picky, or is there a way to solve this.
My child them code for the header follows below:
}
#branding {
background:transparent url(images/banner.jpg) no-repeat scroll center top;
background-position: top;
height:210px;
position:relative;
z-index:10;
}
}