Zen Cart Logo
Forums / All Other Contributions/Addons / Pure CSS Mega Menu

Pure CSS Mega Menu

Views: 71,318

Results 61 to 80 of 357
6 Feb 2013, 11:49 AM
#61
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Pure CSS Mega Menu

I am attempting to add little arrow images to the categories that have subs but, no matter where in the stylesheet_mega_menu.css I place the code I either get nothing, one arrow midway down lists, each and every category regardless of there being a sub or not or on every single main category of the menu and lists.

I have tried to add this:

background: #222 url(../images/arrows/arrow32.png;

I have tried adding it to the:
/bof 2 levels drop down/
/second-level lists/
.mega-menu .levels li:hover
.mega-menu .levels li ul ul

Could someone please let me know if there should be a different file to add it to.

6 Feb 2013, 3:48 PM
#62
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Pure CSS Mega Menu

DarkAngel:

I am attempting to add little arrow images to the categories that have subs but, no matter where in the stylesheet_mega_menu.css I place the code I either get nothing, one arrow midway down lists, each and every category regardless of there being a sub or not or on every single main category of the menu and lists.

I have tried to add this:

background: #222 url(../images/arrows/arrow32.png;

I have tried adding it to the:
/bof 2 levels drop down/
/second-level lists/
.mega-menu .levels li:hover
.mega-menu .levels li ul ul

Could someone please let me know if there should be a different file to add it to.

If you post a link to the site I can take a look.

Thanks,

Anne

6 Feb 2013, 4:54 PM
#63
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Re: Pure CSS Mega Menu

picaflor-azul:

If you post a link to the site I can take a look.

Thanks,

Anne

test store: http://fantaisesrealm.com/market2

but you won't see anything there indicating arrows because I removed the coding.

7 Feb 2013, 4:09 PM
#64
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Pure CSS Mega Menu

DarkAngel:

test store: http://fantaisesrealm.com/market2

but you won't see anything there indicating arrows because I removed the coding.

Add your background image to:

.mega-menu li.submenu

Thanks,

Anne

7 Feb 2013, 10:48 PM
#65
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Re: Pure CSS Mega Menu

picaflor-azul:

Add your background image to:

.mega-menu li.submenu

Thanks,

Anne

This is what I added to the bottom of the mega menu css file:

.mega-menu li.submenu
{
background: #000 url(../images/arrows/arrow32.png;
}

did I put it in the wrong file cause it still shows no arrowsI

forgot to mention that when looking at it in firebug...it only shows the main section but nothing about the image coding at all.

8 Feb 2013, 2:59 AM
#66
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Pure CSS Mega Menu

background: #000 url(../images/arrows/arrow32.png;

is this precisely what you have? What you show is missing the ) to close the url.

8 Feb 2013, 5:55 AM
#67
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Re: Pure CSS Mega Menu

gjh42:

background: #000 url(../images/arrows/arrow32.png;

is this precisely what you have? What you show is missing the ) to close the url.

never mind the dilemna...thank you for the closure that I surely missed...got a headache trying different things and all it was my own dumb self...lol

as for the row of arrows...now fixed, I totally forgot to add the no-repeat 99% 99% at the end of the code for the arrow.

8 Feb 2013, 2:43 PM
#68
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Pure CSS Mega Menu

DarkAngel:

never mind the dilemna...thank you for the closure that I surely missed...got a headache trying different things and all it was my own dumb self...lol

as for the row of arrows...now fixed, I totally forgot to add the no-repeat 99% 99% at the end of the code for the arrow.

I am happy that you figured it out ;-)

Thanks,

Anne

8 Feb 2013, 10:50 PM
#69
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Re: Pure CSS Mega Menu

Thank you Anne for a wonderful mod to add to our stores.

I usually am the one behind the stuff not working when coding...lol I think difficult when it is the simplest item that is needed.

9 Feb 2013, 4:09 PM
#70
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Pure CSS Mega Menu

DarkAngel:

Thank you Anne for a wonderful mod to add to our stores.

I usually am the one behind the stuff not working when coding...lol I think difficult when it is the simplest item that is needed.

I am happy that you like it and use it for your zen carts :-)

Thanks,

Anne

15 Mar 2013, 2:05 PM
#71
psvialli avatar

psvialli

New Zenner

Join Date:
Mar 2011
Posts:
76
Plugin Contributions:
0

Re: Pure CSS Mega Menu

How can i change the color of the Menu i presume it is in the .css but which ones would i need to change ? looking to change it to Blue from grey

Thanks

15 Mar 2013, 5:11 PM
#72
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Pure CSS Mega Menu

psvialli:

How can i change the color of the Menu i presume it is in the .css but which ones would i need to change ? looking to change it to Blue from grey

Thanks

If you want to make css changes to the module, I would strongly recommend using firefox and the web developer tools, especially firebug. It will tell you the exact line of which file you need to edit.

Thanks,

Anne

20 Mar 2013, 2:41 PM
#73
bubbadan avatar

bubbadan

New Zenner

Join Date:
Apr 2005
Location:
TN
Posts:
96
Plugin Contributions:
0

Re: Pure CSS Mega Menu

OK this will be SO simple of an answer but I have spent 2 days trying to do this on my own (yes I am stubborn) and will feel like a total dummy when given an answer but I will risk the embarrassment to save my sanity. :)

How do you change the image placement in the About Us section? Right now it goes too far to the right.

https://www.alljustforfun.com/store

(and yes! That is a purchased template from Anne!) ;)

20 Mar 2013, 3:01 PM
#74
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Pure CSS Mega Menu

Add to your stylesheet_mega_menu.css

p.mega-about {float: right;}

If you just want it a little closer to the text but still at the right, change the margin-left in

.mega-menu .imgshadow_light {
border: 0 solid #000000;
margin-left: 20px;
margin-top: 5px;
padding: 4px;
}

20 Mar 2013, 3:44 PM
#75
bubbadan avatar

bubbadan

New Zenner

Join Date:
Apr 2005
Location:
TN
Posts:
96
Plugin Contributions:
0

Re: Pure CSS Mega Menu

That worked! Both worked actually. I went for the "Flip". And yes... stupid simple solution!
Thanks so much!

Bubba (Dan)

21 Mar 2013, 10:18 AM
#76
psvialli avatar

psvialli

New Zenner

Join Date:
Mar 2011
Posts:
76
Plugin Contributions:
0

Re: Pure CSS Mega Menu

OK have tried to do this , have looked at the Read me but still no luck !

Is there a way I can Add Ezpages to the Header Main Menu , not to the Drop down but as a Main header ?

Thanks

22 Mar 2013, 1:37 PM
#77
chadderuski avatar

chadderuski

Totally Zenned

Join Date:
Apr 2006
Location:
Dark Side of the Moon
Posts:
986
Plugin Contributions:
0

Re: Pure CSS Mega Menu

Has anyone found a WORKING solution for dealing with Internet Explorer 7 and 8 for dealing with CSS3? IE 9 seems to be okay.

I've tried several .htc behavior solutions, but none work correctly, or only partially with very poor performance.

suggestions?

22 Mar 2013, 7:34 PM
#78
psvialli avatar

psvialli

New Zenner

Join Date:
Mar 2011
Posts:
76
Plugin Contributions:
0

Re: Pure CSS Mega Menu

How would I add a EZpage link into customer service Drop down ?

24 Mar 2013, 8:33 PM
#79
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Pure CSS Mega Menu

psvialli:

OK have tried to do this , have looked at the Read me but still no luck !

Is there a way I can Add Ezpages to the Header Main Menu , not to the Drop down but as a Main header ?

Thanks

You can do this by taking the php code to call the ezpages in the information drop down and adding it as a separate drop down in the tpl_mega_menu.php file.

Thanks,

Anne

24 Mar 2013, 8:34 PM
#80
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Pure CSS Mega Menu

chadderuski:

Has anyone found a WORKING solution for dealing with Internet Explorer 7 and 8 for dealing with CSS3? IE 9 seems to be okay.

I've tried several .htc behavior solutions, but none work correctly, or only partially with very poor performance.

suggestions?

IE does not play well with CSS3. I would recommend doing a google search or trying CSS PIE.

Thanks,

Anne