Hi
I have the following code:
<cfset cssFiles = [
"/css/styles.css" ,
"/css/autocomplete/jquery.autocomplete.css",
"/css/autocomplete/thickbox.css"
"/css/smoothness/jquery-ui-1.7.2.custom.css"
]>
<cfstylesheet src="#cssFiles#" minimize="true">
On the "jquery-ui-1.7.2.custom.css" file there are some references to
"images/someimages.png"
But, since the new automatic generated css file is located on the root
directory, those images files are not found, because they are searched
on "/images/someimages.png" instead of "/css/smoothness/images/
someimages.png"
I think this is a bug, that can be fixed replacing every
"url(images/..." to "url(#realcsspath#/images/...)"
Please let me know if I can change it on another way.
Thank you
Dante
--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
mailing list - http://groups.google.com/group/openbd?hl=en
!! save a network - please trim replies before posting !!