offsettop offsetleft not working!! [solved: bad coding by me

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
nwilcox
Mega Advanced
Mega Advanced
Posts: 269
Joined: Sat Aug 20, 2005 6:14 am
Location: Indianapolis, IN
Contact:

offsettop offsetleft not working!! [solved: bad coding by me

Post by nwilcox »

I need the submenu to pop with a -2 pixel _subOffsetLeft to line up correctly for my main menu images.

I've changed both the _subOffsetLeft value at the top of the menu_data.js file and nothing happens.

How do I get the sub menus to move up and down?
Last edited by nwilcox on Fri Aug 21, 2009 8:24 pm, edited 4 times in total.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Top and left offset are declared like this:

top="offset=-2px";
left="offset=2px";

Hope this helps,
Andy
User avatar
nwilcox
Mega Advanced
Mega Advanced
Posts: 269
Joined: Sat Aug 20, 2005 6:14 am
Location: Indianapolis, IN
Contact:

Post by nwilcox »

ahh yes... I forgot!

:oops:

thank you
Post Reply