在jquery动画之后重新定位div标签

时间:2012-03-18 10:00:08

标签: jquery asp.net

我正在使用jquery显示div标签并从底部保持动画10px 但每当我的功能从iframe上升

它的浮动不会再次重新定位

function Show_NotifyDiv() {
        $("#div_NotificationOuter").css({ "bottom": "2px", "right": "5px" });
        $("div_NotificationOuter").stop();
        $('#div_NotificationOuter').hide();
        $("#div_NotificationOuter").show(1000);
        $("#div_NotificationOuter").animate({ bottom: '+=10px' }, 4000);
}

1 个答案:

答案 0 :(得分:0)

确保Parent Div的高度为100%......因为您使用的是底部