no prob ;)
Thank tony! hahaha

jk tony :)


---------- Original Message ----------------------------------
From: Ray Champagne <[EMAIL PROTECTED]>
Reply-To: [email protected]
Date:  Wed, 12 Jan 2005 01:22:19 -0500

>Ooooohh now that is some funny shit.
>
>Puff puff pass nigga
>
>Now I can go to bed.  that was killing me!
>
>Thanks for bringing back my sanity, dave.
>
>Ray
>
>At 01:20 AM 1/12/2005, you wrote:
>>well tony my friend i have your answer
>>
>>im gunna give u so much SHITTTTTTTTTTT haha
>>
>>your prob is that ur preloading gifs, which dont exist they should in fact 
>>be jpg's !!!
>>
>>thats funny as hell!! hahahahaha
>>
>>
>>
>>---------- Original Message ----------------------------------
>>From: Tony Weeg <[EMAIL PROTECTED]>
>>Reply-To: [email protected]
>>Date:  Wed, 12 Jan 2005 00:53:42 -0500
>>
>> >i dont see the diff, and for some stupid reason this doesnt preload my
>> >graphics on this site...
>> >
>> >http://www.captaininvestments.com/index.cfml
>> >
>> >       <script language="JavaScript" type="text/javascript">
>> >       <!--//
>> >
>> >               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"
>> >
>> >       // -->
>> >       </SCRIPT>
>> >
>> >
>> >
>> >
>> >On Wed, 12 Jan 2005 00:34:58 -0500, dave <[EMAIL PROTECTED]> wrote:
>> >> dont ask me what the difference is cause i have inhaled!
>> >>
>> >> but u know what i have noticed that for some reason that actually 
>> doesnt really cache them to well, ok well maybe it does and what i am 
>> sayin is that i still put it as an include on most all the pages.
>> >>
>> >> i just have a template like scripts.cfm that i put all the 
>> common  java stuff and just include it
>> >> u can try it on this site
>> >>
>> >> http://www.denveralumnaegpb.com
>> >> i used it for the right navbar, since they would stick the first time 
>> through
>> >>
>> >>
>> >> ---------- Original Message ----------------------------------
>> >> From: Tony Weeg <[EMAIL PROTECTED]>
>> >> Reply-To: [email protected]
>> >> Date:  Wed, 12 Jan 2005 00:23:06 -0500
>> >>
>> >> >watchit mr toker ...
>> >> >
>> >> >ill have you know, ive never inhaled!
>> >> >
>> >> >:)  now, what is the diff, betwixt mines'es and daves'es
>> >> >
>> >> >apart from my designation of a height/width and... THIS!
>> >> >
>> >> ><!--//
>> >> >
>> >> >missing from the beginning of it... :) so i bet thats the freakin
>> >> >problem.
>> >> >
>> >> >anyway, thanks for the inspiration to look at another one, and see the
>> >> >missing link!
>> >> >
>> >> >tw
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >On Wed, 12 Jan 2005 00:03:23 -0500, Ray Champagne <[EMAIL PROTECTED]> 
>> >> >wrote:
>> >> >> Yea, that is the same one that I use on quite a bit of 
>> sites.  Never seen
>> >> >> the one you posted, bonghead.
>> >> >>
>> >> >> Just thought I'd get in on the name calling too.
>> >> >>
>> >> >> Ray
>> >> >>
>> >> >> At 11:54 PM 1/11/2005, you wrote:
>> >> >> >whoops bad me
>> >> >> >
>> >> >> ><script language="JavaScript" type="text/javascript">
>> >> >> ><!--//
>> >> >> >//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
>> >> >> > >
>> >> >> > >
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190055
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

Reply via email to