|
|
<p>I'm experiencing the same problem. Any background image with a relative path in my CSS is not shown when Optimize CSS is enabled.</p>
<p>For example, this from my raw CSS file:</p>
<p>background: #860001 url(../images/site-background.png) repeat-x;</p>
<p>Is getting converted to this:</p>
<p>background:#860001 url(//templates/cafs/images/site-background.png) repeat-x;</p>
<p>Strangely enough, this happens only on my development server (PHP 5.3.1), not my production server (PHP 5.2. .</p>
<p>On my production server it works fine and gets converted to this:</p>
<p>background:#860001 url(/templates/cafs/images/site-background.png) repeat-x;</p>
<p>Has this functionality been tested under PHP 5.3.x?</p>
<p> </p> |
IP Logged
|
|
Last Edited On: 2010-01-28 08:17:43 By Comenius for the Reason |