maybe you could skip the positioning and just put the sub menu in the
td -
$(".left_menu_td").mouseover(function(){
    $("#sub_menu").prependTo( this ).show();
});

Reply via email to