
Originally Posted by
kevdoginca
I have been digging and digging through this thread (Dang there is a TON of good information here!!), but I can not figure out my logo problem. I figured you guru's could figure it out in a snap!
I replaced the logo.gif with my logo and got it centered, it fits properly and it looks great in FireFox 3.x... but in IE7, it is not centered (left justified?) and there is a dark horizontal bar beneath my logo (what the?).
Any assistance would be greatly appreciated!
You can see the site at;
http://www.sarzottiwinery.com/store/
Please see attached screenshots.
First of all, I see a lot of issues in your stylesheet. I think that you think that a # symbol hides css, as I see a lot of stuff like this:
Code:
#logo
{
/#width: 19.1em;/* To prevent the logo from resizing, simply delete or comment out this section */
}
#logo img
{
#width: 562;
}
Those need to be gone. If you want to hide css, you can do this:
Code:
/* Hidden Stuff Here */
As in the instructions in the stylesheet, simply add:
Code:
text-align:center;margin:0 auto
to #logo to center the logo.