[jQuery] Re: Position a hidden DIV under a menu item

2008-06-29 Thread Shaun
How about $('#appMenuDropDown').css( 'top', offset.top + 20 + 'px' ); $('#appMenuDropDown').css( 'left', offset.left + 'px' ); On Jun 29, 1:31 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello, > > I have an existing single-row table driven menu bar that I am looking > to add a drop-do

[jQuery] Re: Position a hidden DIV under a menu item

2008-06-29 Thread Shaun
$('#appMenuDropDown').css( 'top', offset.top + 20 + 'px' ); $('#appMenuDropDown').css( 'left', offset.left + 'px' ); On Jun 29, 1:31 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello, > > I have an existing single-row table driven menu bar that I am looking > to add a drop-down menu to.