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.
|