do u notice that, in the page: [php.net...] the left side function name list? there's a icon on the left of them when i do a F5 reload page in IE6, the icon load 1 by 1 slowly, they're the same icon
it's a bug right? i'm having same problem with my own site. how can i avoid it?
DrDoc
2:34 pm on Aug 1, 2003 (gmt 0)
I'm not quite sure I understand what you mean... I can't see anything that would indicate a bug. It's just the way IE renders pages
Xuefer
3:37 pm on Aug 1, 2003 (gmt 0)
but when the img is already cached in IE before u get into the page, they're all shown at once not 1 by 1 slowly
if not in cache or a F5 refresh need to send request to Server, IE6 request N times for N imgs(same url)
tedster
7:10 pm on Aug 1, 2003 (gmt 0)
The PHP icons are pretty complex - generated from an external javascript file that deals with user interface preferences, and on top of that, called from a different server. I haven't bothered to pull their code apart any further than that, but it's not a simple icon right in the HTML.
On top of that, they use a lot of absolute URLs, which also may be having an effect.