Quote:
Originally Posted by NumaNK
How can I make can be clicked to open menus ?
|
You can try...
In the code provided replace any instances of onmouseover example:
Code:
b=sp[i];if(b.tagName=="A"){lsp=b;b[w]=qm_oo;if(w==e)b.onmouseover=function(event){clearTimeout(qm_tt);qm_tt=null;qm_la=null;
with onclick example:
Code:
b=sp[i];if(b.tagName=="A"){lsp=b;b[w]=qm_oo;if(w==e)b.onclick=function(event){clearTimeout(qm_tt);qm_tt=null;qm_la=null;
I did not test so let us know
Mike