Orionsbelter Posted December 11, 2008 Share Posted December 11, 2008 ok, its there any coding which i can use to load an image in the background, because i have a roll over image <img src="registerl.png" alt="Register Button" border="0" onmouseover="this.src='registerl-over.png';" onmouseout="this.src='registerl.png';"/> and when they roll over it take long to load i want it to be instant so is there anyway of loading in when the page is first viewed? Link to comment https://forums.phpfreaks.com/topic/136593-i-want-to-load-image-in-the-background-before-they-view-it/ Share on other sites More sharing options...
akitchin Posted December 11, 2008 Share Posted December 11, 2008 THIS IS NOT A PHP QUESTION, AND THEREFORE I AM MOVING THIS TO THE JAVASCRIPT FORUM. IF YOU GOOGLE "JAVASCRIPT IMAGE ROLLOVER," MOST OF THE EXAMPLE SCRIPTS HAVE PRE-LOADING FEATURES IN THEM, ALTHOUGH I'VE NEVER CONSCIOUSLY NOTICED THEM WORKING VERY WELL. Link to comment https://forums.phpfreaks.com/topic/136593-i-want-to-load-image-in-the-background-before-they-view-it/#findComment-713189 Share on other sites More sharing options...
phpSensei Posted December 11, 2008 Share Posted December 11, 2008 lol what? Link to comment https://forums.phpfreaks.com/topic/136593-i-want-to-load-image-in-the-background-before-they-view-it/#findComment-713191 Share on other sites More sharing options...
akitchin Posted December 11, 2008 Share Posted December 11, 2008 ok, its there any coding which i can use to load an image in the background, because i have a roll over image <img src="registerl.png" alt="Register Button" border="0" onmouseover="this.src='registerl-over.png';" onmouseout="this.src='registerl.png';"/> and when they roll over it take long to load i want it to be instant so is there anyway of loading in when the page is first viewed? google "javascript preload image rollover" it's a fascinating internet. Link to comment https://forums.phpfreaks.com/topic/136593-i-want-to-load-image-in-the-background-before-they-view-it/#findComment-713200 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.