Well. I fixed the problem with a negative value margin for logoWrapper:
My CSS is as follows:
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}
#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #FF9900;
height:150px;
margin-top: -10px;
}
But it still doesnt explain where the extra 10px gap is coming from.
I'd like to do it without having to use a negative value for margin... Any ideas?
losteras.com/store
Last edited by Hell Guapo; 4 Oct 2011 at 06:29 AM.