Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
freeohio
Great mod! I've been able to fix most of my issues my reading this thread, but I'm getting close to launch and have a persistent one. I can't get the dropdown menus to display on top of my embedded images or videos like
here.
My Account menu is a good example. Oddly enough, the menu displays on top of the rightside banner (correct) but underneath the google video.
I bumped up the z-index but it didn't work. The issue is the same in Firefox (3.06) and IE(7.0.5730.11).
Thanks in advance. Hope to contribute something someday (after asking all my SEO questions elsewhere!)
Fresh Zen Cart 1.3.8a install
Database Patch Level: 1.3.8
See if this helps:
http://www.zen-cart.com/forum/showpo...&postcount=827
Re: CSS Dropdown menu for your header- With Categories!
Thanks jettrue for quick response. Also I want the names to not be centered but aligned to left. How can achieve this is CSS file?
Pls advise. Great mod tks for help.
Re: CSS Dropdown menu for your header- With Categories!
Sorry on above question I want left align the sub menus only.
tks
Re: CSS Dropdown menu for your header- With Categories!
:clap:
Easy. Thanks again for a great mod.
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
covone
Sorry on above question I want left align the sub menus only.
tks
You can change this section of stylesheet_header_menu.css to this:
Code:
div#dropMenu ul.level2 a {padding: 0.5em 0 0.5em 0.25em;color: white; text-transform:none;text-align:left!important;} /* this is text color on drop-down submenu */
Re: CSS Dropdown menu for your header- With Categories!
Ok bare with me I new to this.
I downloaded and installed the flyout addon. I already had a template with a few modifications in the header and what i wanted was those items to fly out. Now what I have is the new flyout on top of my modified template.
here is my website:
http://unplugyourhouse.com/
can you tell me what I can to incorporate the flyout with my header?
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
keepondraggin
Ok bare with me I new to this.
I downloaded and installed the flyout addon. I already had a template with a few modifications in the header and what i wanted was those items to fly out. Now what I have is the new flyout on top of my modified template.
here is my website:
http://unplugyourhouse.com/
can you tell me what I can to incorporate the flyout with my header?
you'll have to do it the other way around... incorporate your look into this flyout header.
You can style this menu a lot in includes/templates/YOUR_TEMPLATE/stylesheet_header_menu.css
You can put that background image for div#dropMenu
And make some menu item changes in includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php
Re: CSS Dropdown menu for your header- With Categories!
hey JETTRUE.. your awesome..this mod is perfect.
Got a question.. i search this thread..or at least 50 pages of it..and did not get a direct answer..
I would like to add REVIEWS and currencies to the dropdown. Is this possible?
THX in advance
www.loudervisions.com
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
loudervisions
hey JETTRUE.. your awesome..this mod is perfect.
Got a question.. i search this thread..or at least 50 pages of it..and did not get a direct answer..
I would like to add REVIEWS and currencies to the dropdown. Is this possible?
THX in advance
www.loudervisions.com
Yes, open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and add the link there.
Re: CSS Dropdown menu for your header- With Categories!
I was wondering if the menu has the ability to be doubled. What I mean is whether I can add a second row listing categories below the one already present. I'm going to be running out of space very soon and this would be great! I'll be the first to admit that I don't totally understand CSS fully, so any help would be great!
Thanks.