???
AJAX is just a technique, it doesn't really have a "size." Can you clarify what you're doing exactly so we can understand how to answer you?
(take them courage pills!)As you can see, the Ajax loader is very easy to use and customize
he want a pre-made ajax loader he doesn't know how to code in ajax
<body onLoad="ajaxLoader('all_of_my_content','all_of_my_content_I_want_covered_by_the_loading_icon')">
<div id="all_of_my_content_I_want_covered_by_the_loading_icon">
<img src="ajax-loading.gif">
</div>
</body>
<style>
#all_of_my_content_I_want_covered_by_the_loading_icon {
height:500px;
width:500px;
}
</style>
@angelwatt: Thanks for your effort but, frankly speaking, I can't imagine a worser one. I have to put the image in a commercial application I'm going to release soon and I don't think that is the kind of image I need.
@angelwatt: I hope I didn't hurt your feeling; I'm sure you can make something much better.
Thanks guys I would like the one yagran has posted but bigger, let's say double and, if I can chose the color I prefer light blue.
I can try to double to size of the other mentioned gif when I get off work if no one else gets to it first.