Re: CSS Dropdown menu for your header- With Categories!
Hoooray.
:P.. you were right too. (clunk on the noggin) I was reading your reference code and I was like.. "Hey, I know that!"
You'll have to post your "Give me a coffee" button.
Thanks for your downloads & all your help. If it weren't for your templates I'd still be using tables and Paypal buttons.
<3 Jen
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
desamothrace
Hoooray.
:P.. you were right too. (clunk on the noggin) I was reading your reference code and I was like.. "Hey, I know that!"
You'll have to post your "Give me a coffee" button.
Thanks for your downloads & all your help. If it weren't for your templates I'd still be using tables and Paypal buttons.
<3 Jen
You're welcome. :) My "give me a coffee" button is referenced in the readme.txt. :blush: I don't do this for coffee, or expect much coffee, but coffee is great and appreciated. :P
Anyway, by the way, I like the colors you used on your site. Also, you may want to look into the IH2 (image handler 2) add on, I noticed some of your images are large and slow to load, and IH2 creates 3 image sizes automatically to speed up your customers experience, while still allowing them to see big enlarged images. :D
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jettrue
It doesn't have anything to do with the file. You haven't uploaded all languages files to their correct spots. Check, double, triple, and quadruple (you get the point) check.
Thank You - Check, check, and triple check your files is the best thing to do. I found that /includes/modules/sideboxes/classic needed to have the ezpages_drop_menu.php file. "classic" is "MY TEMPLATE" folder. Thanks again John
Re: CSS Dropdown menu for your header- With Categories!
HI,
Sorry if this has been asked before. I have been trying to fix this for ages but cant.
My bar in Mozilla and Chrome works perfectly however bring it to IE and the Shopping cart hops into the next line. I changed the % in the css but that makes chrome look bad. Is there a work around?
Thanks in advance.
Re: CSS Dropdown menu for your header- With Categories!
I was right originally.
This only happens in IE.
Re: CSS Dropdown menu for your header- With Categories!
I just installed this mod and it works great! I would like to take Home out. From reading this discussion, it looks like I have to add another module.
I would also like to drop Categories and start with the categories themselves. I still want the list, but in the next level. So, I really do not want to delete it.
Does anyone know how?
Thanks, Kim
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
Best Price Accessori
HI,
Sorry if this has been asked before. I have been trying to fix this for ages but cant.
My bar in Mozilla and Chrome works perfectly however bring it to IE and the Shopping cart hops into the next line. I changed the % in the css but that makes chrome look bad. Is there a work around?
Thanks in advance.
What you need to do, is what I've done - is add (if you haven't already) an IE specific style sheet. There change the width definitions in the menu li area. Just play with the numbers until the wrapping stops. That worked for me.
Hope that helps.
Re: CSS Dropdown menu for your header- With Categories!
HI,
Would you be able to explain that a bit more as I am unsure what to do.
Thanks so much,
Daniel
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
Best Price Accessori
HI,
Sorry if this has been asked before. I have been trying to fix this for ages but cant.
My bar in Mozilla and Chrome works perfectly however bring it to IE and the Shopping cart hops into the next line. I changed the % in the css but that makes chrome look bad. Is there a work around?
Thanks in advance.
Does this happen in my test site? http://www.zencart137.jadetrue.com? Did you add another menu item to your dropdown menu? Have you tried uploading the original stylesheet_header_menu.css?
Re: CSS Dropdown menu for your header- With Categories!
A big thanks from me for your contribution here jettrue.
I've got the menus roughly how I want them over at tupshup.com however, I cannot seem to align the menu text without knocking the fields out. For example I've tried:
div#dropMenu ul ul li {
border: 1px solid #696537;
/*border-left:1px solid #000000; */
width:99.4%;z-index:1000;
padding-top: 1em;
}
But then in some of the sub menus the padded area is unhoverable. Any ideas? Forgive me but I'm still new to this so it'll no doubt be something simple.