In your stylesheet find this
Code:
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
/* this is the one where the top of the lace disappears in IE... keep this one BUT IT ALSO CHANGES THE BACKGROUND OF SPECIALS! */
/* background-image: url(red_lace.gif); */
/* float: left; */
text-align: center;
}
Edit it to look like this
Code:
#logo {
text-align: center;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}