issue 7
(Rollover Width Control) reported by indianapoliswebdesign
- Is it possible to control the width of the Rollover menus?
I have tried experimenting with the css like this:
#nav li.services #subMenusContainer
{width:150px;}
But it seems the submenus are not actually contained within the li after
the javascript gets done with it.
My particular problem comes from a horizontal menu where the "services"
button touches the right hand side of the screen at 1024px wide. The sub
menu that pulls down has text inside that goes off the page. (the sub sub
menus respond correctly by flowing out to the left) I am trying to
restrict the width of the Services sub menu to 150px. Is this possible?
Is it possible to control the width of the Rollover menus?
I have tried experimenting with the css like this:
#nav li.services #subMenusContainer
{width:150px;}
But it seems the submenus are not actually contained within the li after
the javascript gets done with it.
My particular problem comes from a horizontal menu where the "services"
button touches the right hand side of the screen at 1024px wide. The sub
menu that pulls down has text inside that goes off the page. (the sub sub
menus respond correctly by flowing out to the left) I am trying to
restrict the width of the Services sub menu to 150px. Is this possible?
Sep 09, 2009
issue 6
(The select box is overlayed on top of the dropdown menu in I...) reported by shrestarohan
- What steps will reproduce the problem?
1. In IE6 browser, add a select box just after the main nav menu.
2. Then, hover over the main nav to slide out the dropdown menu.
3. The select box will appear over the dropdown menu in IE6.
What is the expected output? What do you see instead?
-The dropdown menu should overlay all the content of the page including
the select box which is not happening in IE6.
What version of the product are you using? On what operating system?
I am using the version 0.68.3.
Please provide any additional information below.
This is a famous select box over div bug in IE6. There are solutions using
iframe to hide the select box.
What steps will reproduce the problem?
1. In IE6 browser, add a select box just after the main nav menu.
2. Then, hover over the main nav to slide out the dropdown menu.
3. The select box will appear over the dropdown menu in IE6.
What is the expected output? What do you see instead?
-The dropdown menu should overlay all the content of the page including
the select box which is not happening in IE6.
What version of the product are you using? On what operating system?
I am using the version 0.68.3.
Please provide any additional information below.
This is a famous select box over div bug in IE6. There are solutions using
iframe to hide the select box.
Jun 08, 2009
issue 3
(feature request - delay on opening submenus) commented on by malcolm.church
- Yup, I would think this could be done with an option. Also, an option to only make
the menu activate when clicked - i.e. to work like most other dropdown menus on
applications.
Great menu, though, and very much appreciated.
Yup, I would think this could be done with an option. Also, an option to only make
the menu activate when clicked - i.e. to work like most other dropdown menus on
applications.
Great menu, though, and very much appreciated.
Apr 28, 2009
issue 5
(Instantly hide submenu's on clicking outside the menu) commented on by elstupid
- Solved this for now by adding extra code outside your code:
document.addEvent('click',function(e){
myMenu.hideAllSubMenusNow()
});
Assuming myMenu contains the MenuMatic menu and is defined globally.
Might be a more appopriate solution for this one, so hope to hear that ;-)
Solved this for now by adding extra code outside your code:
document.addEvent('click',function(e){
myMenu.hideAllSubMenusNow()
});
Assuming myMenu contains the MenuMatic menu and is defined globally.
Might be a more appopriate solution for this one, so hope to hear that ;-)
Apr 27, 2009
issue 5
(Instantly hide submenu's on clicking outside the menu) reported by elstupid
- What steps will reproduce the problem?
1. Set the hidedelay to it's initial value of 1000
2. Hover a menuitem and leave the menu
3. Hover a menuitem and click outside the menu
What is the expected output? What do you see instead?
Point 2 uses the delay as expected (mouseleave function). At point 3 I'm
expecting an instant hide. Sometimes there's something under the menu you
would like to click, but you have to wait for the hidedelay. Clicking on
the canvas outside the menu should make it disappear instantly
What version of the product are you using? On what operating system?
0.68
Please provide any additional information below.
What steps will reproduce the problem?
1. Set the hidedelay to it's initial value of 1000
2. Hover a menuitem and leave the menu
3. Hover a menuitem and click outside the menu
What is the expected output? What do you see instead?
Point 2 uses the delay as expected (mouseleave function). At point 3 I'm
expecting an instant hide. Sometimes there's something under the menu you
would like to click, but you have to wait for the hidedelay. Clicking on
the canvas outside the menu should make it disappear instantly
What version of the product are you using? On what operating system?
0.68
Please provide any additional information below.
Mar 18, 2009
issue 4
(Allow Menumatic to work with Joomla1.5, which uses Mootools ...) reported by rickopeacock
- I'd love to be able to use this excellent script within Joomla sites.
Unfortunately exisiting Joomla components use Mootools 1.11 and these
components fail with Mootools 1.2. It's unlikely these components and
Joomla itself will upgrade to 1.2 in the near future.
Is there a way to just use Mootools 1.11 as a base and include the parts of
the Mootools 1.2 framework required by Menumatic, thus allowing it to
operate within Joomla without effecting other components such as the JCE
javascript WYSIWYG editor?
Regards,
Rick.
I'd love to be able to use this excellent script within Joomla sites.
Unfortunately exisiting Joomla components use Mootools 1.11 and these
components fail with Mootools 1.2. It's unlikely these components and
Joomla itself will upgrade to 1.2 in the near future.
Is there a way to just use Mootools 1.11 as a base and include the parts of
the Mootools 1.2 framework required by Menumatic, thus allowing it to
operate within Joomla without effecting other components such as the JCE
javascript WYSIWYG editor?
Regards,
Rick.
Feb 13, 2009
issue 3
(feature request - delay on opening submenus) reported by janus76uk
- I am pretty new to mootools and I am looking at using your excellent menu
system in a few projects.
However, is there a way to delay the opening of the submenus so a user has
to hover over the menu item for a small amout of time before the submenu opens?
Any help would be most appreciated.
All the best
janus
I am pretty new to mootools and I am looking at using your excellent menu
system in a few projects.
However, is there a way to delay the opening of the submenus so a user has
to hover over the menu item for a small amout of time before the submenu opens?
Any help would be most appreciated.
All the best
janus
Jan 18, 2009
issue 1
(conflict with stylesheet in IE6. no drop down is result.) commented on by sourgreengecko
- Hi Rick,
Sorry for delay, and thanks for the kind words.
I just tried this and the menus seemed to work fine. However I am using <a
href="http://www.my-debugbar.com/wiki/IETester/HomePage" target="_blank">IE
Tester</a> so maybe there is a slight difference between it and the real IE6.
I will test it out on a machine with the real IE6 this week and let you know what I
find out.
Thanks!
-Jason
Hi Rick,
Sorry for delay, and thanks for the kind words.
I just tried this and the menus seemed to work fine. However I am using <a
href="http://www.my-debugbar.com/wiki/IETester/HomePage" target="_blank">IE
Tester</a> so maybe there is a slight difference between it and the real IE6.
I will test it out on a machine with the real IE6 this week and let you know what I
find out.
Thanks!
-Jason
Older
Dec 19, 2008
issue 1
(conflict with stylesheet in IE6. no drop down is result.) commented on by rick.e...@oneelement.com
- whoops! changing the name did not fix it. i think i can make it work with out that
ID altogether, but it would be nice to know why this is occuring.
whoops! changing the name did not fix it. i think i can make it work with out that
ID altogether, but it would be nice to know why this is occuring.
Dec 19, 2008
issue 1
(conflict with stylesheet in IE6. no drop down is result.) commented on by rick.e...@oneelement.com
- #footer_two_container {
float: left;
width: 100%;
margin-top: 10px;
}
ID above is the culprit. not sure why. after a process of elimination, upon
removal of this it worked in IE6. so i just renamed the ID. weird?
#footer_two_container {
float: left;
width: 100%;
margin-top: 10px;
}
ID above is the culprit. not sure why. after a process of elimination, upon
removal of this it worked in IE6. so i just renamed the ID. weird?
Dec 19, 2008
issue 1
(conflict with stylesheet in IE6. no drop down is result.) reported by rick.e...@oneelement.com
- What steps will reproduce the problem?
1. test page in IE6. works good.
2. attach page to attached stylesheet.
3. test page in IE6. drop down is no longer functional.
What is the expected output? What do you see instead?
drop-down in IE6. just top menu.
What version of the product are you using? On what operating system?
current version.
Please provide any additional information below.
this is my first experience wiht mooltools. love your menumatic. any
help would be appreciated. thanks.
What steps will reproduce the problem?
1. test page in IE6. works good.
2. attach page to attached stylesheet.
3. test page in IE6. drop down is no longer functional.
What is the expected output? What do you see instead?
drop-down in IE6. just top menu.
What version of the product are you using? On what operating system?
current version.
Please provide any additional information below.
this is my first experience wiht mooltools. love your menumatic. any
help would be appreciated. thanks.