- Posts: 120
- Thank you received: 0
Setting menu effects: Fade, Scroll Down, Drop-In
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
13 years 5 months ago #12319
by elanna
Replied by elanna on topic Re: Setting menu effects: Fade, Scroll Down, Drop-In
Ivan,
I set that update commands in template_css.css, and the submenu was correctly aligned to left. But I have an additional issue:
Please, take a look at this other submenu effect: www.redesegura.com.br/produtos-e-servicos/sistema-redesegura
Notice that after selecting a Main Menu item, some submenu options are listed for choosing. If you choose other left menu item with some subitems, that first one openned list is closed, and the current left menu option shows its submenu items. It's like an accordeon effect.
That was exacly the effect I was looking for, when an External URL Menu option is selected.
What line parameter do I have to use in the template_css.css to get this effect?
P.S.: I don't need more than a second level menu as subitem (the example I gave above has 3) in the main menu.
I set that update commands in template_css.css, and the submenu was correctly aligned to left. But I have an additional issue:
Please, take a look at this other submenu effect: www.redesegura.com.br/produtos-e-servicos/sistema-redesegura
Notice that after selecting a Main Menu item, some submenu options are listed for choosing. If you choose other left menu item with some subitems, that first one openned list is closed, and the current left menu option shows its submenu items. It's like an accordeon effect.
That was exacly the effect I was looking for, when an External URL Menu option is selected.
What line parameter do I have to use in the template_css.css to get this effect?
P.S.: I don't need more than a second level menu as subitem (the example I gave above has 3) in the main menu.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #12321
by ivan.milic
Replied by ivan.milic on topic Re: Setting menu effects: Fade, Scroll Down, Drop-In
Maybe I did not got you well about effect you want, if you want to expand sub-items on parent mouse-hover instead of:
.column_left .menu > li.active > ul {
display:block;
}
use:
.column_left .menu > li:hover > ul {
display:block;
}
.column_left .menu > li.active > ul {
display:block;
}
use:
.column_left .menu > li:hover > ul {
display:block;
}
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #12349
by ivan.milic
Replied by ivan.milic on topic Re: Setting menu effects: Fade, Scroll Down, Drop-In
ok,
here is guide to make vertical menu:
learnwebdesignonline.com/vertical-menu-hover-effect-css
in html you have:
<ul id="<Menu tag ID from module settings>" class="menu">
...
</ul>
here is guide to make vertical menu:
learnwebdesignonline.com/vertical-menu-hover-effect-css
in html you have:
<ul id="<Menu tag ID from module settings>" class="menu">
...
</ul>
Please Log in to join the conversation.
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 120
- Thank you received: 0
13 years 5 months ago #12355
by elanna
Replied by elanna on topic Re: Setting menu effects: Fade, Scroll Down, Drop-In
Tanks. I'll study this guide as well.
I have just return with the original template_css.css until getting more information about Menu effects options.
Please, take a look at my new topics.
I have just return with the original template_css.css until getting more information about Menu effects options.
Please, take a look at my new topics.
Please Log in to join the conversation.
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 120
- Thank you received: 0
13 years 3 months ago #13306
by elanna
Ivan... I wanna that Main Menu effect you have done in your REAL STATE Template. See "module Positions" there, and notice its submenus coming up just after the menu item selection...
I created a new topic menu asking about it: "My Top Menu like REAL STATE template" asking for two good effects from that template.
Replied by elanna on topic Re: Setting menu effects: Fade, Scroll Down, Drop-In
____________________________________________ivan.milic wrote: Maybe I did not got you well about effect you want, if you want to expand sub-items on parent mouse-hover instead of:
.column_left .menu > li.active > ul {
display:block;
}
use:
.column_left .menu > li:hover > ul {
display:block;
}
Ivan... I wanna that Main Menu effect you have done in your REAL STATE Template. See "module Positions" there, and notice its submenus coming up just after the menu item selection...
I created a new topic menu asking about it: "My Top Menu like REAL STATE template" asking for two good effects from that template.
Please Log in to join the conversation.
Time to create page: 0.076 seconds