Hi:
I have directory structure for images like
/themes/images/icon/icon_something.gif
In my CSS I specify it like
I was wondering if there is a way to do this dynamically. i just wanted to make sure that If I change the path to this folder likeCode:background-image: url(/themes/default/images/icon/icon_confirmation.gif) ;/**/
/templates/themes/images/icon/icon_something.gif
Then it would still work.
Is there a way to change these paths dynamically in the CSS? like sending it directory path through PHP or something?






Bookmarks