Hi
I programmed my menu and since it was about 42K I wanted to compress it in realtime online with gzip. (With Coldfusion and cfx_gzip / gzippage)
Everything worked perfect, the Script has only 9K during transmit.
But IE6 seems to have a little problem. Some PC's at Office read everything fine and others popup the error "cFrame is not Defined" when I mouseover.
It seems that it's a timing problem, because on my workstation the problem occures only 1 out of 50 reloads and if I use a Proxy (The Proxomitron) I never recieved the error.
or it's also possible that IE forgets to read the .js file !?!?!
PS: the .js has all http-headers helping to prevent caching.
like pragma:no-cache, expires=0, cache-control:no-cache etc.
Since during the tests I found that caching was not 100% correct.
Currently I don't have the compressed version online but if somebody needs it I create a compressed version on the server.
The Homepage is http://www.suche.ch
I hope someone can help me because DHTML Menu is nice, but with gzip compression it's much better.
Bye
GTC