Forum Moderators: open

Message Too Old, No Replies

All Images on a page won't load in IE6

         

thapet

3:58 pm on Feb 2, 2006 (gmt 0)

10+ Year Member



Hi.
I have this website made in ASP.net and HTML - and I have trouble getting all the pictures to load when displaying the pages. It seems like the entire page doesn't load. It's only Internet Explorer 6 that seems to be the problem, alle images load in Firefox and IE7 beta. When you load the page a couple of times - more images load..
The code I use for loading the images is simply like this:

<tr>
<td class="gallery1"><a href="image.aspx?src=img/gallery/0025.jpg&amp;alt="><img src="img/gallery/0025_thumb.jpg" class="bordered" width="90" height="60" border="0" alt=""></a></td>
</tr>

Has anyone experienced anything similar? Or should I try some other approach than the basic img-tag perhaps?

Hope to get some feedback - I really can't figure this one out!

/Peter

encyclo

1:59 am on Feb 4, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to the forums thapet!

There is nothing intrinsically wrong with the markup you gave. Do you have a large number of images on the page? Do you have access to the server, and if so what do the access and error logs show? Is the server under heavy load?

thapet

1:18 pm on Feb 4, 2006 (gmt 0)

10+ Year Member



Thanks :)

Unfortunately it's a server at a hosting compagny so I haven't got access to the logs.

There is 50 images on the page, but pages on the site with 10 or less images do the same thing.. The site itself is not high-trafic, don't know about the server. What I can't seem to figure out though is that Firefox and IE7 beta loads the pictures perfectly well - that to me does not point towards a performance issue..

jessejump

6:51 pm on Feb 4, 2006 (gmt 0)

10+ Year Member



>>>>> <a href="image.aspx?src=img/gallery/0025.jpg&amp;alt=">

What does this all mean?

kaled

12:42 am on Feb 5, 2006 (gmt 0)