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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190031 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

