Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Web Design

Reply
 
LinkBack Thread Tools Display Modes
Old 10-05-2006, 07:02 PM   #1 (permalink)
New Member
 
Join Date: Oct 2006
Posts: 2
Default Preload Image

I want to preload my images so that they pop up when the page opens. What is the best way to do this? I've used the preload option in behaviours section of DW MX 2004, but still get delay when images come up.
wwagner4719 is offline   Reply With Quote
Old 10-06-2006, 09:30 PM   #2 (permalink)
Silver Member
 
DLPerry's Avatar
 
Join Date: Jan 2006
Location: Texas
Posts: 154
Send a message via ICQ to DLPerry Send a message via AIM to DLPerry Send a message via MSN to DLPerry Send a message via Yahoo to DLPerry
Default

Quote:
Originally Posted by wwagner4719 View Post
I want to preload my images so that they pop up when the page opens. What is the best way to do this? I've used the preload option in behaviours section of DW MX 2004, but still get delay when images come up.
This may be what the DW behaviors setting does, but, just in case....you can put the following javascript in the HEAD section of your page. You'll need to change the values to your specific domain and image information, as well as change the (width,height) for each image.

<SCRIPT language="JavaScript">
<!--
if (document.images)
{
pic1= new Image(100,25);
pic1.src="http://domain.name/image1.name";

pic2= new Image(240,55);
pic2.src="http://domain.name/image2.name";

pic3= new Image(88,31);
pic3.src="http://domain.name/image3.name";
}
//-->
</SCRIPT>

(NOTE: The higher in the HEAD section you can place this script - the sooner the images will pre-load.)

hth
DLPerry is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 06:44 AM.


Computer Forum - Internet Business - Webpage Design

 
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.