How to not prepend theme path to CSS url()?
Permalink
The above sums it up.
Right now getStyleSheet() prepends the theme path inside each CSS url(). This is great for most but right now I'm trying to get CSS3PIE to work and I need to have the css file either...
1. Absolute from the domain root — this makes the CSS not easily moveable between directories — or,
2. Relative to the HTML document — this makes the CSS not easily reusable between different HTML files.
I know that I can not use getStyleSheet() and just include the paths in the head, but this seems a little sluggish to say the least. Any suggestions to either tell getStyleSheet() to ignore a couple urls or something else?
Thanks,
Mike
Right now getStyleSheet() prepends the theme path inside each CSS url(). This is great for most but right now I'm trying to get CSS3PIE to work and I need to have the css file either...
1. Absolute from the domain root — this makes the CSS not easily moveable between directories — or,
2. Relative to the HTML document — this makes the CSS not easily reusable between different HTML files.
I know that I can not use getStyleSheet() and just include the paths in the head, but this seems a little sluggish to say the least. Any suggestions to either tell getStyleSheet() to ignore a couple urls or something else?
Thanks,
Mike