Leandro Vieira Pinho wrote:
> The question about the gif track, is that I was avoiding other
> settings and definition URL in CSS file. I want mantaining all the
> information about URL in the js file. It stay more flexible. I´m
> thinking about it.

Maby you can use the data: URI kitchen to construct your own data: URLs?

Like this:
logo.src = 'data:image/gif;base64,R0lGODlhDQAOAJEAANno6wBmZgAAAAAAACH5BAAAAAAA'+
     'LAAAAAANAA4AQAIjjI8Iyw3GhACSQecutsFV3nzgNi7SVEbo06lZa66LRib2UQAAOw%3D%3D';

More info:
http://diveintogreasemonkey.org/patterns/add-image.html

Reply via email to