You don't have to set it up so the jQuery code loads all the images on page load. Let them load the visible ones and then on page load tell it about the others.
If you want a quick fix, two ways: 1. Add a class to all the non-visible ones then remove it on page load. 2. Add the code to hide/initialise the scroller in a script block directly below the markup. This'll minimise, if not remove, the flash of images. Adrian > -----Original Message----- > From: Anthony Doherty [mailto:[email protected]] > Sent: 22 January 2009 12:57 > To: cf-talk > Subject: Re: Image Gallery/Scroller from Recordset > > JQuery is reading the images from the recordset fine but when the page > is loading, jQuery displays all the images along side each other > image1.jpg image2.jpgi mage2.jpg and the user can see these images. > The client has come back and says that he doesnt want the client seeing > the images until the appear on the scroller. > > the other problem i have with jQuery is when i view it with my 19" > 1280X1024 screen everything looks fine, but when i view it with a 15" > screen then the site looks fine but jQuery has moved where the images > are being displayed and therefore covering some of the text being > displayed. > > > is there another method of doing this without jQuery?? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318307 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

