admin
-
10/20/2005 3:40:24 PM
Re: How to show menu up?
Hello,
this is not directly supported, but you can modify the <web project>\skcripts\skmmenu.js file to achieve that. You need to change line 128 like this:
child.top= - document.getElementById(childID).offsetHeight + 'px';
Best Regards,
|