Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Preload images question

Reply
Thread Tools

Preload images question

 
 
Brynn
Guest
Posts: n/a
 
      08-19-2004

I know this isn't an ASP question ... but the knowledge in this group
usually surpasses the rest, and I used to answer questions here all of
the time, so anyway.

Why all of this javascript and css image preloading.

IE has picked up on the CSS hidden-preloading and doesn't see to pull
the image if it is 'hidden'
and the javascript way is ok


why not this though?

<img src="/image.jpg" height="0" width="0">


Thanks for thoughts ... it pulls the file fine, and shows nothing

Brynn
Brynn
www.coolpier.com

I participate in the group to help give examples of code.
I do not guarantee the effects of any code posted.
Test all code before use!
 
Reply With Quote
 
 
 
 
Ray at
Guest
Posts: n/a
 
      08-19-2004
What exactly are you asking here? Why you aren't seeing an image with
width=0 and height=0? There's more to your question than that, right? Can
you rephrase?

Ray at work

"Brynn" <> wrote in message
news:...
>
> I know this isn't an ASP question ... but the knowledge in this group
> usually surpasses the rest, and I used to answer questions here all of
> the time, so anyway.
>
> Why all of this javascript and css image preloading.
>
> IE has picked up on the CSS hidden-preloading and doesn't see to pull
> the image if it is 'hidden'
> and the javascript way is ok
>
>
> why not this though?
>
> <img src="/image.jpg" height="0" width="0">
>
>
> Thanks for thoughts ... it pulls the file fine, and shows nothing
>
> Brynn
> Brynn
> www.coolpier.com
>
> I participate in the group to help give examples of code.
> I do not guarantee the effects of any code posted.
> Test all code before use!



 
Reply With Quote
 
 
 
Reply

Thread Tools

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Preload images returned by an HttpHandler =?Utf-8?B?Q2FzcGE=?= ASP .Net 2 03-28-2007 12:36 AM
Preload Images in Asp.Net 2.0. How can I do this? shapper ASP .Net 4 11-25-2006 06:16 PM
preload images from sql server ks ASP .Net 1 08-05-2006 07:13 AM
Preload TreeView images Mark ASP .Net Web Controls 2 02-14-2004 11:15 AM
preload images Morris HTML 5 11-14-2003 02:19 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57