【发布时间】:2011-08-14 12:00:13
【问题描述】:
我有一个生产和开发服务器。 问题是目录结构。
发展:
http://dev.com/subdir/images/image.jpghttp://dev.com/subdir/resources/css/style.css
生产:
http://live.com/images/image.jpghttp://live.com/resources/css/style.css
我怎样才能在css 文件夹中有一个style.css 在两台服务器上使用background: url 属性的相同路径?有什么技巧可以用于相对路径?
【问题讨论】:
标签: css relative-path absolute-path