Michael Keplinger
unread,May 24, 2012, 11:30:11 AM5/24/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to raintpl
Hi Guys,
we are using the new RainTpl 3.0 beta with Rath Replace enabled.
I was wondering, are CSS declared images supposed to get rewritten or
is that supported?
//examples in CSS
#header {
background: url('img/header.jpg');
width: 1247px;
background-repeat: no-repeat;
height: 447px;
}
This doesn't get rewritten by RainTpl, and I have to instead use the
relative paths to back out the template directory
background: url('../img/header.jpg');
Is this possible to have Rain rewrite these paths also?
Best,
Michael