Top menu

  • Guy
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 8 months ago #27588 by Guy
Top menu was created by Guy
How do you change the width of subitems in the top menu?
Whatever option I choose, there is no animation effect when opening submenus. What can be the reason?

Please Log in to join the conversation.

More
11 years 8 months ago #27608 by ivan.milic
Replied by ivan.milic on topic Top menu
In template_css.css:

#nav li ul a {
width: 160px;
line-height: normal;
padding: 8px 10px;
text-transform: none !important;
}

did you set always show sub-menu items to yes?

Please Log in to join the conversation.

  • Guy
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 8 months ago #27654 by Guy
Replied by Guy on topic Top menu
Sub-menu items do appear but there is no animation effect. Settings are OK.

Please Log in to join the conversation.

More
11 years 8 months ago #27661 by ivan.milic
Replied by ivan.milic on topic Top menu
If you use custom style you can select that in template parameters, if you use predefined style you can then edit styles/styleX.php (X is number of pre-defined style) to change it manually. This are 4 options given for custom style:

fadeIn(700)
slideDown('slow')
show(400)
show(0)

and you can put any other animation if you want. Variable for example in style1.php file is
$menuAnimationEffect = "show(0)";
The following user(s) said Thank You: Guy

Please Log in to join the conversation.

  • Guy
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 8 months ago #27669 by Guy
Replied by Guy on topic Top menu
Solved! Great!

Please Log in to join the conversation.

Time to create page: 0.228 seconds
Powered by Kunena Forum