Hallo,
can I change the background pictures in design which are in CSS file?
example, I have defined some <div> in CSS :
.somediv {
position: absolute;
background-image: url(images/hornilista.jpg);
width: 780px;
height: 25px;
top: 150px;
left: 0px;
}
Is it possible to change the name of the picture (and may be the size) in CSS file by Redaxo? - because there is a requirement, that customer wants to choose and change the "photos" in design alone later...
Or another solution could be make a parts of design like a pictures in normal content, but its probably the worst solution...
I know it´s a little bit crazy question, but it´s not my idea. Could anybody give me some advice with this problem?

