Yes, that's how I'm doing it now. But I'm interested in knowing how
>
> - Boris
>
>
>
>
>
>
>
> On Mon, May 2, 2011 at 1:57 PM, dmitry b <
dmitry.ma...@gmail.com> wrote:
> > Hi,
>
> > Is it possible to link to a css file using insertCSS rather than
> > inline the content of that file (seems the default current behavior).
> > The problem is that CSS is inlined, relative URLs inside the CSS will
> > be resolved relative to the HTML document. However, if CSS is linked
> > via <link rel="stylesheet" href="chrome-extension://asdfcasldcasdrwe/
> > mystyles.css> relative URLs inside of mystyles.css will be properly
> > resolved relatively to the .css file.
>
> > Thanks
> > Dmitry
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Chromium-extensions" group.