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.
How do you comment out green and uncomment blue ect.?
Hi
This is exactly the same issue I have but it seems no one seems to know how to resolve.
To remove the colour bar below the logo you can set the colour as I had the same problem I set the background in #headerwrapper in stylesheet.css to my background colour, although I think you also have a background image with that dark brown colour somewhere - "apple_zen/images/site-bg.gif" I would try changing that as well as to be perfectly honest I am not great at this stuff but it worked for me!
Although I still have the bar below the logo but now its same as my background - FF/Safari seem to render it perfect just like your example...
I see you also have the other same issue as me in the the drop down Menu in IE actually covers the top two pixels of the div below it! See image attached
(same issue on my site (see post: http://www.zen-cart.com/forum/showpo...postcount=2161)
There must be someone on the forum who knows why IE dos this and can offer help to us less css empowered people :)
regards
Andy
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:
Those need to be gone. If you want to hide css, you can do this:Code:#logo { /#width: 19.1em;/* To prevent the logo from resizing, simply delete or comment out this section */ } #logo img { #width: 562; }
As in the instructions in the stylesheet, simply add:Code:/* Hidden Stuff Here */
to #logo to center the logo.Code:text-align:center;margin:0 auto
THANKYOUTHANKYOUTHANKYOU!!!
Yes... my knowledge of css stylesheets is severely lacking... I admit that I am confused by it simply because I am not familiar... I did not know the correct tags for comments... I was using the old html # in front of... which is the root of my problem. I had made so many changes, it was difficult to figure out which fields I screwed up, so I simply took a new clean approach and all is working wonderfully now!!
Thanks again for this AWESOME template and all the support!
KevDoginCA
Hello there, really loving this template, thank you. I've done a bit of modification to it, and still hacking away at it. I've noticed that it looks pretty awful in Internet Explorer 6 (looks fine in Firefox, Safari and IE7). The top level tabs of the drop down menu are stacking on top of one another, and stretching across the page. The website is at http://one.valcatohosting.com/~arcademu
I've tried the .htaccess instructions but I'm not seeing any difference, however, I can't be sure if I've done it correctly. My .htaccess looks like this:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName arcademusic.co.uk
AuthUserFile /home/arcademu/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/arcademu/public_html/_vti_pvt/service.grp
RewriteEngine On
RewriteCond %{HTTP_HOST} ^one.valcatohosting.com/~arcademu$ [NC]
RewriteRule ^(.*)$ http://one.valcatohosting.com/~arcademu$1 [R=301,L]
I'd really appreciate it if anyone could help with this one. I have searched this forum (which is an effort in itself - loads of posts) but can't really find much on this issue.
Cheers!
First off... thanks for this template, its really saved me alot of time for this project im working on. I added a scriptaculous effect to the drop down menu so the menu rolls down. The problem im having is theres a little flicker from the original menu code appearing then the scriptaculous effect starts. Do you have any ideas about how to disable this from happening?
For reference, heres the domain I'm doing the development on.
http://zencart.mp-development.net/
Thanks
Bookmarks