Technical support This forum is closed.
Version 1.x > Technical support > How to show menu up? View modes: 
User avatar
Member
Member
mkaleem - 10/20/2005 12:54:57 PM
   
How to show menu up?
Is it possible to get the men to pop uphill instead of downwards? as we can see from examples the menus pops up downwards.
http://www.kentico.com/demoweb/

For example see Services menu pops up dowwards , I want it to pop up in opposite direction. upwards..

Can anyone please help me..

Best regards

kaleem

User avatar
Guest
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,