Chrome CSS Drop Down Menu (2.01)
http://dynamicdrive.com/dynamicindex1/chrome/index.htm
First off thanks for the great script. One day I'll understand how it all works when my js is up to speed! Now for the problem I am seeing which I can reproduce every time in two different places.
Step 1: Drop down one of my menus and make a selection.
Step 2: Leave the mouse pointer EXACTLY where it was below the menu bar.
Step 3: Wait for the page to fully load.
Step 4: Move the mouse pointer downwards and out of the area where the drop down would be if displayed.
Firebug reports the following:
cssdropdown.dropmenuobj has no properties
chrome.js (line 109)
which on my version is:
this.delayhide=setTimeout("cssdropdown.dropmenuobj.style.visibility='hidden'",this.disappeardelay) //hide menu
As I say my js is not good enough yet to understand the problem. Anyone know of any way to stop the error or the error being reported?
Thanks/Andy



Reply With Quote

Bookmarks