Topic: Dynamically change css value
Ok, I have a website where there is a need to change the header background dynamically. I dont know how exactly am i going to do this. What im trying to do now is, in my css, for example;
#header{
background-image: url(/images/'#{some-header-picture}')
}
I know above code is not working. Just curious is there any way to do achieve this ?