We have a site that rocks in ie6 and FF but ie7 sucks on certain pages when we have to download a product list with graphics. Any ideas? I have looked in most places on the net and found a guy who had a similar issue but unfortunately the discussion went into a girlie fight about FF and IE.
choster
11:32 pm on Jan 26, 2007 (gmt 0)
Can you be more specific—is the problem slow downloading or slow rendering? If the former, it's may be related to IE7 limiting then number of simultaneous downloads; see [blogs.msdn.com...] .
How long is this page and how many graphics are included? See if you can reduce the number of HTTP calls by reducing the size of the page or by using a method like CSS sprites (www.a listapart.com/articles/sprites ).