Hi Folks,
I am currently skinning our application and embedding many image assets in
the css. I am using Design View when editing the CSS and am able to browse
to my images, edit the scale9 ect no problem. However, when I return to
source and compile the application all the skin paths generate compile
errors stating it cant resolve the path
One example path is as follows:
VBox.rightTabExtender
{
borderSkin:
Embed(source="../../../../tab_extension_mediafilter.png");
}
Path is resolved in DV but not at compile time
The main src folder dir structure is as follows:
/src
- /assets
o /images
o /themes
§ Image folders
§ css
- /com
o
Any help much appreciated.
-Greg