The featured products are disorder in some IE browser. It's OK in firefox. Is there any way to fix this issue?
see the following screenshot: http://www.bbymm.com/images/disorder.JPG
And I can't find any support for this issue in the forum.
Jingle
The featured products are disorder in some IE browser. It's OK in firefox. Is there any way to fix this issue?
see the following screenshot: http://www.bbymm.com/images/disorder.JPG
And I can't find any support for this issue in the forum.
Jingle
[FONT="Comic Sans MS"]Jingle[/FONT]
post a link to your site
Zen-Venom Get Bitten
it's www.bbymm.com
[FONT="Comic Sans MS"]Jingle[/FONT]
Try seperating this tag out into it's own entry and remove the margin:
You have:
Code:/*list box contents*/ .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew { margin: 1em 0em; }Code:Should wind up with: /*list box contents*/ .centerBoxContentsFeatured { margin: 0em 0em; } /*list box contents*/ .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew { margin: 1em 0em; }
Zen-Venom Get Bitten
I have changed the CSS file as your suggestion, but it still does not work.![]()
[FONT="Comic Sans MS"]Jingle[/FONT]
It looks as though you are running out of room for 4 pics across in IE??
You can check what you have set for the image width in admin > config > images
As your images are not standardized and have differing dimensions
you might also try setting the site width a bit wider - try 800px - to check if this is the issue or not
Code:#mainWrapper { background-color: #ffffff; text-align: left; width: 750px; vertical-align: top; border: 1px solid #9a9a9a; }
Zen-Venom Get Bitten
it works now after I changed the width to 800px.
Thanks a lot!
[FONT="Comic Sans MS"]Jingle[/FONT]