Can I show / hide the javascript floating menu .
Return to Recent Questions
Q:
Can I show / hide the javascript floating menu as needed.
A:
You should paste javascript code into item's link field of the floating menu,
for example:
var menuItems = [
["text", "javascript:document.getElementById('dm0m0').style.visibility='hidden'", ...]
];
Return to Recent Questions
|