Quote Originally Posted by babydi77
I'm going to keep working on this but it is puzzling me. My banner is centered in IE and Avant but not Firefox (which I use most). www.memories-forever.net/shopping
This CSS from your stylesheet
#logo, {text-align: center;} .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left
}
should read
#logo {
text-align: center;
}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left
}