Yes, there is quite alot happening in these files, but I'm just  
trying to solve the problem in Firefox so I can clean it up. Works  
just fine in other modern browsers.

http://www.queriously.com/#/project/tervueren/

The problem that I'm having is actually a Firefox bug - reflow. I  
need to reflow the content after it loads so that the images will  
appear. The problem I'm  having is that while other browsers will  
execute the javascript in question, Firefox will not (well, it does  
partially).

What should happen when you load that page is that the images should  
appear and there should be a 350px margin at the bottom of each image  
- Firefox won't do it. This is the function that does the work after  
Ajax has grabbed our content...

function dothis()
{
        $('img.our-img').css('margin-bottom', '350px');
}

I don't know where to look...is this a Firefox or Jquery bug. It  
works in other browsers so I'm guessing it's a Firefox bug as related  
to Jquery. Does anybody know why this function isn't working?

v

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to