customer asp.net server control,封装了js,css,image
并且在css中引用了image,请问此处路径改怎么写?
.location-clear { background: url("image/ui-icons_2e83ff_256x240.png") repeat scroll -98px -366px rgba(0, 0, 0, 0); display: none; height: 16px; position: absolute; width: 16px; }
我在AssemblyInfo.css 已声明
[assembly: System.Web.UI.WebResource("SelectCity.internal.js", "text/JavaScript")] [assembly: System.Web.UI.WebResource("SelectCity.style.css", "text/css", PerformSubstitution = true)] [assembly: System.Web.UI.WebResource("SelectCity.image.ui-icons_2e83ff_256x240.png", "image/png", PerformSubstitution = true)]
在网站的image文件夹下放了这个图片,已显示
服务端还是不知如何解决