firefox extension help

Posted by Thomas on Stack Overflow See other posts from Stack Overflow or by Thomas
Published on 2010-12-28T15:41:57Z Indexed on 2010/12/28 15:54 UTC
Read the original article Hit count: 258

Filed under:
|

Hi all,

I am developing a firefox extension which needs to add some html on the page it runs.

This element I will be writing needs to be decorated with css and also load some images.

I have both the css file and the images in the plugin, but I do not know how to reference them.

Do I need to insert the css file to the page I want to modify?

In the css file how can I reference the images that are in the extensions?

Thanks

© Stack Overflow or respective owner

Related posts about firefox

Related posts about extensions