form rendering speed with jqTransform
Hi everyone.
I am using a jqTransform plugin to style my forms in my ASP.NET application. However, for some reason it takes forever to render the form when using Chrome or FireFox (3.6) Firebug shows me that gifs are
requested and 'GETed' in like 3-5 seconds. I.E. however renders the form instantaneously. Gifs are all small in size (most less then 1kb) so i really don't know why performance is so terrible in chrome and firefox.
Can someone help me please. The form looks beautifull, but with this kind of performance it is practically useless.
Thanks.