Zen Cart Logo
Forums / All Other Contributions/Addons / CSS Dropdown menu for the header- With Categories!

CSS Dropdown menu for the header- With Categories!

Views: 615,627

Results 821 to 840 of 2,344
19 Feb 2008, 9:52 PM
#822
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: CSS Dropdown menu for the header- With Categories!

mrogowski:

Sure thing:

http://www.mach5audio.com/zen/index.php

You gave a WHOLE bunch of things z-index:5 (including #mainWraper which is holding the flash):

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
        z-index:5
}
#headerWrapper {z-index:5}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}
20 Feb 2008, 12:41 AM
#823
mrogowski avatar

mrogowski

New Zenner

Join Date:
Jan 2008
Posts:
11
Plugin Contributions:
0

Re: CSS Dropdown menu for the header- With Categories!

Ah, ok. I'll separate that command out from the rest and test it.

Thanks a bunch!
Mark

20 Feb 2008, 12:33 PM
#824
mrogowski avatar

mrogowski

New Zenner

Join Date:
Jan 2008
Posts:
11
Plugin Contributions:
0

Re: CSS Dropdown menu for the header- With Categories!

Still no luck. Would it have something to do with how the page content is written? I am certainly no pro when it comes to web design and am using Frontpage to create my content (get it? :laugh:).

Thanks again,
Mark

20 Feb 2008, 5:50 PM
#825
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: CSS Dropdown menu for the header- With Categories!

You have some serious html errors there, such as html tag open in the middle of the page, are you trying to use frame?

21 Feb 2008, 1:10 AM
#826
mrogowski avatar

mrogowski

New Zenner

Join Date:
Jan 2008
Posts:
11
Plugin Contributions:
0

Re: CSS Dropdown menu for the header- With Categories!

Possible. Perhaps I'll take a step back and rebuild what I have. Sounds like a few variables could be causing this.

Thanks for the effort.

Best,
Mark

21 Feb 2008, 2:02 AM
#827
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: CSS Dropdown menu for the header- With Categories!

mrogowski:

Possible. Perhaps I'll take a step back and rebuild what I have. Sounds like a few variables could be causing this.

Thanks for the effort.

Best,
Mark

From doing a google search, it looks like flash prefers to be on top :blush: no matter what z-index you throw at it, and there seems to be no perfect way around it, but one site I read said to set the wmode of the flash to transparent... I think something like this:

<embed src="main_page/ixl_sale.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" [B]wmode="transparent"[/B] name="obj1" width="258" height="326" quality="High"></object>

Anyway, its worth giving a try

21 Feb 2008, 6:02 AM
#828
disciple avatar

disciple

Totally Zenned

Join Date:
Aug 2004
Posts:
278
Plugin Contributions:
0

Re: CSS Dropdown menu for the header- With Categories!

Hi,

I have had several of my customers and designers who are using IE6 contact me concerning menu problems.

I have my store in a sub-directory. Can I place the "fix" in an htaccess file in the root directory of the store and not the site?

Thanks

Rick

21 Feb 2008, 8:46 AM
#829
mauryg avatar

mauryg

Zen Follower

Join Date:
Jul 2006
Posts:
213
Plugin Contributions:
0

Re: CSS Dropdown menu for the header- With Categories!

disciple:

Hi,

I have had several of my customers and designers who are using IE6 contact me concerning menu problems.

I have my store in a sub-directory. Can I place the "fix" in an htaccess file in the root directory of the store and not the site?

Thanks

Rick

Rick,
Go back and read posts #496-498. Make sure you didn't make the same mistake I did. As for the .htaccess, it can be in the root directory because it will affect all subdirectories under it, unless there is an .htaccess file in the subdirectory which contradicts the one in the root.

21 Feb 2008, 10:06 AM
#830
ces avatar

ces

Zen Follower

Join Date:
Nov 2004
Location:
West Mids, England
Posts:
199
Plugin Contributions:
0

Re: CSS Dropdown menu for the header- With Categories!

jettrue:

<embed src="main_page/ixl_sale.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" [B]wmode="transparent"[/B] name="obj1" width="258" height="326" quality="High"></object>

> 
> Anyway, its worth giving a try

I checked on one of my pages that had flash on and only then realised that it was still on top. (It was too far down the page to affect the css dropdown but it was still 'bright' and in front of my dark background on the 'slimbox' lightbox effect.)

Added the code and it worked a treat.

Thanks for the pointer, solved a problem I did not realise I had!!

Craig
21 Feb 2008, 1:17 PM
#831
mrogowski avatar

mrogowski

New Zenner

Join Date:
Jan 2008
Posts:
11
Plugin Contributions:
0

Re: CSS Dropdown menu for the header- With Categories!

jettrue:

From doing a google search, it looks like flash prefers to be on top :blush: no matter what z-index you throw at it, and there seems to be no perfect way around it, but one site I read said to set the wmode of the flash to transparent... I think something like this:

<embed src="main_page/ixl_sale.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" [B]wmode="transparent"[/B] name="obj1" width="258" height="326" quality="High"></object>

> 
> Anyway, its worth giving a try

Hey!  Worked like a charm!  Thanks muchly.

Now, on to figuring out the rest of this stuff.. :laugh:

Best,
Mark
22 Feb 2008, 4:30 AM
#832
disciple avatar

disciple

Totally Zenned

Join Date:
Aug 2004
Posts:
278
Plugin Contributions:
0

Re: CSS Dropdown menu for the header- With Categories!

Go back and read posts #496-498. Make sure you didn't make the same mistake I did. As for the .htaccess, it can be in the root directory because it will affect all subdirectories under it, unless there is an .htaccess file in the subdirectory which contradicts the one in the root.

Hi,

I have checked the htaccess and it is correct and does what it is supposed to do as far as sending my site to the www or not. In my case or not.

I have not removed anything from the css file and everything there is in tact but I am still having customers tell me they are having issues and when I ask what browser they tell me IE6. The resolution of the cases that have been reported are all over.

Any other ideas?

Thanks

Rick

P.S. The site is http://digitalscrapbookpages.com/digitals

23 Feb 2008, 9:26 PM
#833
brikat avatar

brikat

New Zenner

Join Date:
Apr 2007
Posts:
50
Plugin Contributions:
0

Re: CSS Dropdown menu for the header- With Categories!

I have an EZ page in my drop down that is a chapter with 5 links attached to it. I'm wondering if there is a way for the 4-5 links to show as sub-categories off that main chapter page similar to how the sub-cateogories come off the product category pages under the Catalog menu??? Is there an easy solution that I'm not grasping? Does that make sense?

Just wondering how to get sub-categories off the other main menu headings just like the catalog/products menu. I can easily have each of the EZ page subcategories list in the drop down menu by themselves and turn off the main chapter EZ page. But it would make more sense, for what I'm trying to do to, have them come off the main chapter listed in the drop down. Did I confuse you more?

Thanks so much for any guidance on this.

Lisa

25 Feb 2008, 10:33 PM
#834
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: CSS Dropdown menu for the header- With Categories!

brikat:

I have an EZ page in my drop down that is a chapter with 5 links attached to it. I'm wondering if there is a way for the 4-5 links to show as sub-categories off that main chapter page similar to how the sub-cateogories come off the product category pages under the Catalog menu??? Is there an easy solution that I'm not grasping? Does that make sense?

Just wondering how to get sub-categories off the other main menu headings just like the catalog/products menu. I can easily have each of the EZ page subcategories list in the drop down menu by themselves and turn off the main chapter EZ page. But it would make more sense, for what I'm trying to do to, have them come off the main chapter listed in the drop down. Did I confuse you more?

Thanks so much for any guidance on this.

Lisa

There's no way to do this automatically, you'd have to do the links manually.

25 Feb 2008, 10:35 PM
#835
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: CSS Dropdown menu for the header- With Categories!

disciple:

Hi,

I have checked the htaccess and it is correct and does what it is supposed to do as far as sending my site to the www or not. In my case or not.

I have not removed anything from the css file and everything there is in tact but I am still having customers tell me they are having issues and when I ask what browser they tell me IE6. The resolution of the cases that have been reported are all over.

Any other ideas?

Thanks

Rick

P.S. The site is http://digitalscrapbookpages.com/digitals

I need to update this menu, I've updated it within my apple zen template (the css drop down menu is included in it), and I've made a lot of adjustments that help in IE6. However, if your .htacces and includes/csshover.htc are correct, the menu SHOULD at LEAST actually drop down.

Check your includes/configure.php to be sure you are using http://digitalscrapbookpages.com/digitals as the site root, not http://www.digitalscrapbookpages.com/digitals

That would cause the menu to no work at all in IE6.

27 Feb 2008, 5:13 AM
#836
tbsm avatar

tbsm

New Zenner

Join Date:
Sep 2007
Posts:
65
Plugin Contributions:
0

Re: CSS Dropdown menu for the header- With Categories!

Hi jade,
After further playing around with the site i wanted to try your dropdown's again (sorry for the hassel)
It is working beter than last time, except that the site is no longer 1000px wide like it is stated in stylesheet.css .
www.tbsm.com.au

Also i was just wondering if it is possible to use the same background image that is on the other menu tab's for the dropdown menu?? (Just so it blends into the site better.

Once again thank you for you time and hard work, you are a great help :)

27 Feb 2008, 5:26 AM
#837
tbsm avatar

tbsm

New Zenner

Join Date:
Sep 2007
Posts:
65
Plugin Contributions:
0

Re: CSS Dropdown menu for the header- With Categories!

** Dont worry about the images i worked that one out **

27 Feb 2008, 6:08 AM
#838
tbsm avatar

tbsm

New Zenner

Join Date:
Sep 2007
Posts:
65
Plugin Contributions:
0

Re: CSS Dropdown menu for the header- With Categories!

Dissregard both of the above posts.. All worked out.
Thank you very much jade, for your work with this and all of your other addons.
(for some reason i cannot edit or delete past posts :huh: )

27 Feb 2008, 2:03 PM
#839
helpme avatar

helpme

Totally Zenned

Join Date:
Apr 2007
Posts:
632
Plugin Contributions:
0

Re: CSS Dropdown menu for the header- With Categories!

Has anyone been able to add a manufacturers dropdown to this yet? I found a post from May 07, but it didn't look like that questioner was able to get it to work.
Thanks!

27 Feb 2008, 10:14 PM
#840
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: CSS Dropdown menu for the header- With Categories!

helpme:

Has anyone been able to add a manufacturers dropdown to this yet? I found a post from May 07, but it didn't look like that questioner was able to get it to work.
Thanks!

You'll just have to do it manually.