CodeCanyon

JQuery IE Margin / DIV Conflict

52 posts
  • Bought between 100 and 499 items
  • Has been a member for 4-5 years
  • United Kingdom
senshi says

Having some issues with IE and how it is formatting my function… Works fine in Firefox.

Here is my function:

    jQuery('#live_feed').prepend('<div class="feed" id="post-' + entry.id + '">' + entry.html + '</div>');
            jQuery(div_id).fadeTo(0, 0,
              function () {

                  jQuery(this).css('margin-bottom', '20px');
                  jQuery(this).css('display', 'block');
                  jQuery(this).css('position', 'relative');
                  jQuery(this).animate({marginBottom: 20}, 1000, 'swing', function () {
                            jQuery(this).fadeTo('slowly', 1); 
                        });
              });

Any help much appreciated!

1 post
  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
mdshak77 says

Please send full URL to fix soon. mohammadshakeel77 {at} gmail {dot} com

52 posts
  • Bought between 100 and 499 items
  • Has been a member for 4-5 years
  • United Kingdom
senshi says

all good, i sorted it :)

by
by
by
by
by