ajax gallery

Soldato
Joined
20 Mar 2006
Posts
2,653
Location
Nottingham
Hi,

I'm just getting a ajax gallery to work i have just got from an open source site, but having trouble with it in firefox.

Code:
        <div id="imagogallery" class="imagogallery" >
		  this.loader = new GalleryLoader('gallery.xml', 'gallery', "Cars");
		  this.prefetching = 'all';
        </div>

Works in IE but firefox just puts the text out...

Any ideas??

Cheers
 
Tried that but that didn't help... having trouble with it in IE as well now :mad:

I think it may be a timing issue as I have other things loading when the page loads
 
Back
Top Bottom