Hi,
I'm having difficulty getting rid of a white space to the right of my logo. I have it set as follows:
#logoWrapper{
width:760px;
height: 114px;
background-image: url(../images/banner/shznbnr.jpg);
background-repeat: no-repeat;
}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
I tried to "float: forward;" but that didn't work. If I set "background-repeat" to "repeat-x" the space is filled but with the colorizaition of the left side of my banner.
My mainWrapper is set as follows:
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 760px;
vertical-align: top;
border: 0px solid #9a9a9a;
}
And I have the navMainWrapper set as follows:
#navMainWrapper, #navSuppWrapper {
margin: 0em;
background-color: #abbbd3;
background-image: url(../images/shznhdrbars.jpg);
padding: 0.3em 0em;
font-weight: bold;
color: #ffffff;
height: 1%;
width: 760px;
}
#navCatTabsWrapper {
margin: 0em;
background-color: #FF9900;
background-image: url(../images/cattabs_back.jpg);
padding: 0.2em 0em;
font-weight: bold;
color: #ffffff;
height: 1%;
width: 760px;
}
Can someone tell how to get my banner to fill the whole area and eliminate the space of about 2px to the right of my logo? URL: www.shizenshop.com. Sincerely,


Thanks for the help Tykies.
no you're not!
I'm miffed. -scratches head-

