View Single Post
Unread 08-20-2007, 05:53 AM
lionheart008 lionheart008 is offline
Junior Member
Join Date: Aug 2007
Posts: 3
  #3  
Default

I only want to reposition the menus to the right on-hover when the menu is pushed up because the height of the page is not sufficient. I do not want it to appear that way all the time. The reason I want to do this is that when the menus push up they cover the original link. I do not have a live demo to show you.

For example, I am using php. When the menu's push up I would like to be able to adjust this section

$um['navbar'] = array(
'0', // nav to menu x-offset (+-)["n" pixels]
'1', // nav to menu y-offset (+-)["n" pixels]
'7.5em', // width ["em"|"ex"|"px"] (vertical navbar only - horizontal navbar items have "auto" width) ("%" doesn"t work right)
);

Last edited by lionheart008 : 08-20-2007 at 06:01 AM.
Reply With Quote