Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
bumba000
how do i change the name catagories to products?
the header image in use is not bg_header.jpg.
this is what i did. So that where the header img stops after 790 it doesnt look like it stopped. This was to try to fit in 800x600.
Kinda like the sliding door method.
I'm not really understanding your image method, but if its working the way you want it, great!
Change "categories" to "products" in includes/languages/english/extra_definitions/YOUR_TEMPLATE/headermenu.php
Re: CSS Dropdown menu for your header- With Categories!
[quote=all4coffee;451190]When some of my pages initially load the categories column shows up in the center column for a moment, then shifts back in place. This happens only in Firefox (IE is OK). This is the link to one of the pages it happens on (to see it happening you must use Firefox):
http://www.time-co.com/zencart/index...dex&cPath=1_17
I'm posting it on this forum (jettrue already told me it has nothing to do w/ CSS menu and suggested "giving . centerColumn a width" which I tried but it didn't help ) because no matter how I search for i.e. " Firefox shift" it does lead me to this thread...
Please help if you can. Thanks.
Re: CSS Dropdown menu for your header- With Categories!
[QUOTE=all4coffee;452456]
Quote:
Originally Posted by
all4coffee
When some of my pages initially load the categories column shows up in the center column for a moment, then shifts back in place. This happens only in Firefox (IE is OK). This is the link to one of the pages it happens on (to see it happening you must use Firefox):
http://www.time-co.com/zencart/index...dex&cPath=1_17
I'm posting it on this forum (jettrue already told me it has nothing to do w/ CSS menu and suggested "giving . centerColumn a width" which I tried but it didn't help ) because no matter how I search for i.e. " Firefox shift" it does lead me to this thread...
Please help if you can. Thanks.
try giving #contentMainWrapper a width.
Re: CSS Dropdown menu for your header- With Categories!
jettrue,
where would that file have come from? is it a zc core file?
I dont have one there, not @ inc/lang/eng/extradef/ or @ inc/lang/eng/extradef/mytemp/
john
Re: CSS Dropdown menu for your header- With Categories!
wow. how did i miss that?
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
bumba000
wow. how did i miss that?
Did you find it, or not? It comes with the drop down menu.
Re: CSS Dropdown menu for your header- With Categories!
Well got it now. Thank you. I did have one there, just didnt see it I guess.
Now where do I rearrange the menu Home, Products, Information. . . ?
Also, How can I use images for the menu background? Only up top tho?
Thanks,
John
Re: CSS Dropdown menu for your header- With Categories!
[quote=jettrue;452462]
Quote:
Originally Posted by
all4coffee
try giving #contentMainWrapper a width.
Thanks, Jettrue,
I added float: left In navColumnOneWrapper, #navColumnTwoWrapper
like this:
#navColumnOneWrapper, #navColumnTwoWrapper {
float: left;
}
Loads clean (no shift) in both IE & Firefox. Thanks for being so responsive!
Re: CSS Dropdown menu for your header- With Categories!
Hi,
Thanks for the reply. Actually, I am using the newest version Sept 2007 but it seems to be a bug in Opera 9.23. The menu works fine under Firefox and IE but try it on the Opera browser (version 9.23) and you will see that the space is still there.
Regards,
Hansi
Quote:
Originally Posted by
jettrue
It looks like you found the answer. YAY! I am cursing the day that I decided to originally design the menu with extra space leftover at the end... it wasn't an "empty cell", just extra space, so that the menu wouldn't break into two lines when font size was increased, but now that the newest version is designed in percentages and that problem is solved, perhaps I'll not have to answer this question every other day, LOL.
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
hansi
Hi,
Thanks for the reply. Actually, I am using the newest version Sept 2007 but it seems to be a bug in Opera 9.23. The menu works fine under Firefox and IE but try it on the Opera browser (version 9.23) and you will see that the space is still there.
Regards,
Hansi
Yeah, I saw that the other day, and decided to ignore it after a few things didn't work... I'm not going to devote a ton of time trying to figure it out. But if I do find the answer, I'll post it here!