[jQuery] Re: Getting "too much recursion" y FF3 and "out of memory" on IE7.

2009-06-08 Thread waseem sabjee
I would suggest youhave a graphic preloading screen while using the JQuery.preload plugin. On Mon, Jun 8, 2009 at 9:33 AM, nomen wrote: > > Hi Waseen: > > In the way you do it: > > > > > > > >all the images are preloaded, and you can see all the images whe

[jQuery] Re: Getting "too much recursion" y FF3 and "out of memory" on IE7.

2009-06-08 Thread nomen
Hi Waseen: In the way you do it: all the images are preloaded, and you can see all the images when the page in loading, before the "$(function()" starts working, and then, you have to hide them. If the images are big or there are too much images (I hav

[jQuery] Re: Getting "too much recursion" y FF3 and "out of memory" on IE7.

2009-06-05 Thread waseem sabjee
Try this script i wrote out just now THE HTML THE CSS * { margin:0; padding:0; } // note the following two styles is to prevent the images from jumping up and down #images { position:relative; } #iimages .img { position:absolute: top:0; left:0; } THE JQUERY $(function() { // set