Can't see my javascript vertical tree menu in FireFox.
Return to Recent Questions
Q:
I can't see my javascript vertical tree menu in FireFox. What I'm doing wrong?
A:
You should set this parameter:
var tmenuHeight = "auto";
Now you have
var tmenuHeight = "0";
Return to Recent Questions
|