On Mon, Apr 21, 2008 at 8:03 AM, PM <[EMAIL PROTECTED]> wrote: > It must exist any way how to achieve this because it works when I create > extension which has defined stylesheet in css file. Unfortunately I > can't use this way because my extension need to get images dynamically > from other dlls.
You could have an empty style sheet always overlaid in, and then use script to add rules pointing at the values you compute from other DLLs. (Or, perhaps better, the style sheet could have all the parts that don't depend on these external values, so that you have to do a minimum of mucking with the sheet afterwards.) Mike _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

