Harrison
12-16-2009, 12:37 AM
1) Script Title: Anylink css menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/anylinkcss.htm
3) Describe problem: Am testing anylinkcss menu and really like it! The slight delay before the menu (multiple columns!) is displayed is awesome in FF and IE. But I need the same kind of delay when the cursor is moved OFF of the menu. Called mouseout in the code I believe. The software description says this is an option. Have searched high and low. Where do I put this in the javascript code? Many, many thanks.:)
PS: the line of code below is in the script and appears to be what I'm looking for, but there is no delay when the mouse is released. I'm just learning javascript:
effects: {delayhide: 200, shadow:{enabled:true, opacity:0.3, depth: [5, 5]}, fade:{enabled:true, duration:500}}, //customize menu effects
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/anylinkcss.htm
3) Describe problem: Am testing anylinkcss menu and really like it! The slight delay before the menu (multiple columns!) is displayed is awesome in FF and IE. But I need the same kind of delay when the cursor is moved OFF of the menu. Called mouseout in the code I believe. The software description says this is an option. Have searched high and low. Where do I put this in the javascript code? Many, many thanks.:)
PS: the line of code below is in the script and appears to be what I'm looking for, but there is no delay when the mouse is released. I'm just learning javascript:
effects: {delayhide: 200, shadow:{enabled:true, opacity:0.3, depth: [5, 5]}, fade:{enabled:true, duration:500}}, //customize menu effects