heres what i been using bowl burner
<!--// //preloader nav images newimage0 = new Image(); newimage0.src = "images/out.png"; newimage1 = new Image(); newimage1.src = "images/over.png"; //--> </script> ---------- Original Message ---------------------------------- From: Tony Weeg <[EMAIL PROTECTED]> Reply-To: [email protected] Date: Tue, 11 Jan 2005 21:53:15 -0500 >hola peeps! > >the script below is soooo very common, and is supps >to preload images into the browsers cache, and when mousing >over a menu item, it is to flip to the on, you all know this... anyway >when i use it on a new site im building, the images arent preloading. > >when i mouse over the images, the browser still pauses for a second, i see >the flag waving @ the top right, and then the image loads, and the mouseover >action, works great. but that sucks. it shouldnt do that. it should >rock n roll >right from the start right? > >thanks if you can point me in a good direction... >here is the url, put your mouse over the menu items on the left... > >http://66.165.123.68/index.cfml > > <SCRIPT LANGUAGE="JavaScript"> > <!-- hide from non JavaScript Browsers > > Image11= new Image(156,22) > Image11.src = "a_on.gif" > > Image22= new Image(156,22) > Image22.src = "b_on.gif" > > Image33= new Image(156,22) > Image33.src = "c_on.gif" > > Image44= new Image(156,22) > Image44.src = "d_on.gif" > > Image55= new Image(156,22) > Image55.src = "e_on.gif" > > Image44= new Image(156,22) > Image44.src = "f_on.gif" > > Image55= new Image(156,22) > Image55.src = "g_on.gif" > > // End Hiding --> > </SCRIPT> > >-- >tony > >Tony Weeg > >macromedia certified coldfusion mx developer >email: tonyweeg [at] gmail [dot] com >blog: http://www.revolutionwebdesign.com/blog/ >cool tool: http://www.antiwrap.com > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get Instant Hacker Protection, Virus Detection, Antispam & Personal Firewall. http://www.houseoffusion.com/banners/view.cfm?bannerid=62 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190040 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

