View Single Post
Unread 02-19-2009, 04:31 PM
ludo33 ludo33 is offline
Junior Member
Join Date: Feb 2009
Posts: 10
  #2  
Default OK Got it

OK got it working properly, well nearly!
When the menu displays it has a 20px(approx) margin on the left hand side.

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

tried "-20" and "-20px" to no effect, Anybody any ideas how to get rid of the margin?
Reply With Quote