Hi Team,
I'm trying to use of background image so that it changes from question to question. Despite creating the question classes, there is no change between questions. Below are two (of many) unsuccessful attempts:
.question1 { background-image: url(/upload/surveys/xxxxx/images/free_crop.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;}
.question2 { background-image: url(/upload/surveys/xxxxx/images/captured_crop.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;}
Is there an error in my code or is it possibly due to the css ordering issue mentioned in the thread
CSS Ordering
?
Thanks for your thoughts.