-
AuthorPosts
-
alain68 Friend
alain68
- Join date:
- November 2009
- Posts:
- 20
- Downloads:
- 132
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
January 23, 2010 at 3:41 pm #147941Hello,
I use the template [Quartz] and have a problem with the [Moomenu].
Indeed, the submenu items remain displayed too shortly when the user moves accidentally his mouse cursor out of the “boxes”.
It is really a problem when there are a lot of sub-sub-menus.
Is there a way to fix the duration for this?
Thank you very much in advance for your answer,
Regard,
Alain
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 27, 2010 at 8:21 am #330554Hi
please check this thread: http://www.joomlart.com/forums/topic/submenu-does-no-show-properly-in-ie6/
If this thread does not solve your issue, please give me your url and the browser which you have found this issue
alain68 Friendalain68
- Join date:
- November 2009
- Posts:
- 20
- Downloads:
- 132
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
January 29, 2010 at 4:35 pm #330907Hi,
Have a look here : http://www.lewebpourtous.pro/ and please test the menu and sub-menu.
File : ja.moomenu.css
/* 2nd level and above */
#ja-cssmenu li ul {
border: 1px solid #202020;
margin-top: 21px;
background: url(../../images/trans-bg.png);In this case the issue is that this is hard to access to the sub-menu.
This is why I need temporisation..Thanks,
Alain
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 1, 2010 at 9:01 am #331160Hi
please open templates/ja_quartz/ja_menus/ja_moomenu/ja.moomenu.css file, find following code section:
#ja-cssmenu li ul {
background:url("../../images/trans-bg.png") repeat scroll 0 0 transparent;
border:1px solid #202020;
margin-top:21px;
}and change to:
#ja-cssmenu li ul {
background:url("../../images/trans-bg.png") repeat scroll 0 0 transparent;
border:1px solid #202020;
}alain68 Friendalain68
- Join date:
- November 2009
- Posts:
- 20
- Downloads:
- 132
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
February 1, 2010 at 9:10 am #331161Hi,
In this case I need this gap of 21px. It’s not possible to remove it.
Thanks,
Alain
alain68 Friendalain68
- Join date:
- November 2009
- Posts:
- 20
- Downloads:
- 132
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
February 2, 2010 at 8:39 am #331290Hi,
In fact I need the code to temporize the move of the mouse (1 seconde for example)
Thanks,
Alain
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 5, 2010 at 3:52 am #331613Open templates/ja_quartz/ja_menus/ja_moomenu/ja.moomenu.js file, find:
el.addEvent('mouseenter', function()
{
el.setActive();
el2.show(0);
return false;
});el.addEvent('mouseleave', function()
{
el.setDeactive();
el2.hide(20);
});Here you change red texts to your idea.
1 user says Thank You to JA Developer for this useful post
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by Anonymous 14 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum