In your stylesheet find this
Edit it to look like thisCode:#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; }
Code:#logo { text-align: center; } .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg { float: left; }



