Setting menu effects: Fade, Scroll Down, Drop-In

  • elanna
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 6 months ago #12319 by elanna
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.

Please Log in to join the conversation.

More
12 years 6 months ago #12321 by ivan.milic
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;
}

Please Log in to join the conversation.

More
12 years 6 months ago #12349 by ivan.milic
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>

Please Log in to join the conversation.

  • elanna
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 6 months ago #12355 by elanna
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.

Please Log in to join the conversation.

  • elanna
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 4 months ago #13306 by elanna

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.326 seconds
Powered by Kunena Forum