Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Animated GIF as StatusBarPanel Icon?

1 view
Skip to first unread message

us...@domain.invalid

unread,
Nov 8, 2006, 9:37:02 PM11/8/06
to
Anyone know if I can use an animated GIF as the value of the src
property on a StatusBarPanel? I'd want this to work in both FF and
T-Bird. Thanks.

Eric H. Jung

unread,
Nov 8, 2006, 9:58:26 PM11/8/06
to dev-ext...@lists.mozilla.org
var statusBarPanel = document.getElementById("my-statusbarpanel");
statusBarPanel.setAttribute("src", "myAnimatedGIF.gif");

_______________________________________________
dev-extensions mailing list
dev-ext...@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-extensions

us...@domain.invalid

unread,
Nov 8, 2006, 10:01:37 PM11/8/06
to
Thanks. I should have been more clear. I know the syntax. But will it
indeed animate?

Eric H. Jung

unread,
Nov 8, 2006, 10:31:20 PM11/8/06
to dev-ext...@lists.mozilla.org
Yes, it will animate. I do this with my FoxyProxy Firefox extension; can't speak for Thunderbird.
0 new messages