Thanks for the offer. I don't have a link I can send you right now.
I have an unordered list of 4 items. Its css display is set to inline so that it displays horizontally and with no bullets. I have that positioned about 100px from the top of the page and centered horizontally . The background ...
Search found 6 matches
- Wed Nov 19, 2008 1:20 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: keypress using onmouseover
- Replies: 10
- Views: 5235
- Thu Nov 06, 2008 5:14 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: keypress using onmouseover
- Replies: 10
- Views: 5235
Re: keypress using onmouseover
Hi Ruth,
Any replies from the Milonic folks on getting the keypress.js to work for menus that use the onmouseover() approach?
Thanks,
Joe
Any replies from the Milonic folks on getting the keypress.js to work for menus that use the onmouseover() approach?
Thanks,
Joe
- Fri Oct 31, 2008 4:44 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: keypress using onmouseover
- Replies: 10
- Views: 5235
Re: keypress using onmouseover
The sample I pointed you to was using the popup() function on a image. I just happen to be using my top menu links in list format (but with no nested sublists) and it's popping up all the submenu data on each of the three li tags separately. It works the same as the image sample.
Thanks again. I ...
Thanks again. I ...
- Thu Oct 30, 2008 3:38 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: keypress using onmouseover
- Replies: 10
- Views: 5235
Re: keypress using onmouseover
Thanks for your help, Ruth!
I looked at the css list-based menu explanation, but I'm not using any server-side technology (like PHP) to do an include, and I want the menu on every page, so that would be too much maintenance when the menus change. I'll keep that in mind for the future, though. I'll ...
I looked at the css list-based menu explanation, but I'm not using any server-side technology (like PHP) to do an include, and I want the menu on every page, so that would be too much maintenance when the menus change. I'll keep that in mind for the future, though. I'll ...
- Wed Oct 29, 2008 9:10 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: keypress using onmouseover
- Replies: 10
- Views: 5235
Re: keypress using onmouseover
I'm trying to get this sample to work with keypress.
http://www.milonic.com/menusample24.php
If we can do that, it'll work for my page. I downloaded the sample files and copied keypress.js over to the root of the sample folder from the modules folder, then I added the script reference to it in ...
http://www.milonic.com/menusample24.php
If we can do that, it'll work for my page. I downloaded the sample files and copied keypress.js over to the root of the sample folder from the modules folder, then I added the script reference to it in ...
- Fri Oct 24, 2008 5:38 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: keypress using onmouseover
- Replies: 10
- Views: 5235
keypress using onmouseover
I'm trying to get tabbing to work with my menus that are built following the sample method: http://www.milonic.com/menusample24.php using the onmouseover event on an image. I actually have the mousover on a LI tag, and it's been working fine. I have three popup menus on the page. I've added the ...