You could include this in the div that contains the graphic:
style="display: none"
and then when you want to show it, set display to "block".
_gel("myDiv").style.display = 'block';
On Sep 20, 12:45 pm, Yannis <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I try to build a gadget where the is an invisible wait icon that is
> shown when a search is done via ajax. I have tried hidden it through
> javascript using the style.visibility, style.display css elements.
>
> The problem is that when I grab the gadget to move it to another place
> in the igoogle page, the wait icon is shown! Why does this happen? How
> can I prevent it?
>
> You can see the gadget
> athttp://www.netstudio.gr/downloads/domaincheckgadget.xml
>
> it's only in Greek though...
>
> thank you,
> Yannis
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---