multicolumn suckerfish menu
Joomla template which allow you to present sport news in amazing and professional way.
- GK User
- Thu Aug 13, 2009 3:52 pm
Hello
I have a menu item that I want to have 57 (yes, 57!) sub-menus come down from it. Since I can't have 57 menu items drop directly down, I wanted to have four columns of about 15 sub-menu items piece (15, 15, 15, 12 to be exact).
I attached a picture of what I am looking for. I am a CSS newbie, so it would be greatly appreciate if you could walk me through it if you have an answer.
Thanks in advance
Charles
I have a menu item that I want to have 57 (yes, 57!) sub-menus come down from it. Since I can't have 57 menu items drop directly down, I wanted to have four columns of about 15 sub-menu items piece (15, 15, 15, 12 to be exact).
I attached a picture of what I am looking for. I am a CSS newbie, so it would be greatly appreciate if you could walk me through it if you have an answer.
Thanks in advance
Charles
-
- Fresh Boarder
- GK User
- Thu Aug 13, 2009 3:54 pm
here is the picture
-
- Fresh Boarder
- GK User
- Thu Aug 13, 2009 5:07 pm
I could do with this as well....This would get around the menu still appearing behind the ImagePro module which is still not fixed..
-
- Expert Boarder
- GK User
- Fri Aug 14, 2009 1:19 pm
Hi
Yes, it's possible.
Looks at this example:
How to do this? Open style1.css file and find this code:
replace it with this:
See "li" element increasing?
Cheers
Yes, it's possible.
Looks at this example:
How to do this? Open style1.css file and find this code:
- Code: Select all
div#wrapper_menu1 ul ul li.active:first-child,
div#wrapper_menu1 ul ul li.current:first-child,
div#wrapper_menu1 ul ul li.active,
div#wrapper_menu1 ul ul li.current,
div#wrapper_menu1 ul li li{
background: #020202;
border-bottom: 1px solid #1b1c1e;
}
replace it with this:
- Code: Select all
div#wrapper_menu1 ul ul li.active:first-child,
div#wrapper_menu1 ul ul li.current:first-child,
div#wrapper_menu1 ul ul li.active,
div#wrapper_menu1 ul ul li.current,
div#wrapper_menu1 ul li li{
background: #ff0000;
border-bottom: 1px solid #1b1c1e;
}
div#wrapper_menu1 ul ul li li.active:first-child,
div#wrapper_menu1 ul ul li li.current:first-child,
div#wrapper_menu1 ul ul li li.active,
div#wrapper_menu1 ul ul li li.current,
div#wrapper_menu1 ul li li li{
background: #0004b0;
}
div#wrapper_menu1 ul ul li li.active:first-child,
div#wrapper_menu1 ul ul li li.current:first-child,
div#wrapper_menu1 ul ul li li.active,
div#wrapper_menu1 ul ul li li.current,
div#wrapper_menu1 ul li li li{
background: #0004b0;
}
div#wrapper_menu1 ul ul li li li.active:first-child,
div#wrapper_menu1 ul ul li li li.current:first-child,
div#wrapper_menu1 ul ul li li li.active,
div#wrapper_menu1 ul ul li li li.current,
div#wrapper_menu1 ul li li li li{
background: #24ff00;
}
See "li" element increasing?
Cheers
-
- Platinum Boarder
- GK User
- Mon Apr 26, 2010 8:36 am
-
- Junior Boarder
- GK User
- Tue Apr 27, 2010 6:09 pm
It needs complex menu system like mega menu which isn't prepared to work with ICKI Sports template.
-
- Administrator
- GK User
- Wed Apr 28, 2010 3:21 am
OH...THANK YOU VERY MUCH!
I saw the new template in gavick,is it impossible to cope with the mega menu with ICKI?(ICKI does not support mega menu?)
I saw the new template in gavick,is it impossible to cope with the mega menu with ICKI?(ICKI does not support mega menu?)
-
- Junior Boarder
- GK User
- Wed Apr 28, 2010 11:41 pm
Mega menu is also strictly connected with T3 framework - ICKI Sport isn't based on it (yet).
-
- Administrator
- GK User
- Sun Jul 11, 2010 12:39 am
Not sure if this is the same question as above. But is there any way to make the ICKI main menu drop into a horizontal sub-menu - instead of the vertical drop down list? I see this in the "World News" template.
-
- Fresh Boarder
- GK User
- Mon Jul 12, 2010 12:08 am
gvkuser wrote:
Please wait till we rebuilt IckiSports template to T3 framework.
With this recoding, MegaMenu system will provide you the ability to use DropMenu type.
Cheers
Not sure if this is the same question as above. But is there any way to make the ICKI main menu drop into a horizontal sub-menu - instead of the vertical drop down list? I see this in the "World News" template.
Please wait till we rebuilt IckiSports template to T3 framework.
With this recoding, MegaMenu system will provide you the ability to use DropMenu type.
Cheers
-
- Platinum Boarder
- GK User
- Mon Jul 12, 2010 3:59 pm
Thank you for this encouraging development. I guess I will keep my my fingers crossed til this update comes up.
Any ideas about approximate timeframes?
Any ideas about approximate timeframes?
-
- Fresh Boarder
11 posts
• Page 1 of 1