I've been asked to add some content to the CSS I use for our online Help content. This content relates to a livechat pop-up mechanism.
One of the lines in the CSS code I've been given reads "background: #fff url("/dist/img/livechat_question.gif") no-repeat -5px -5px;"
However, when I generate HTML5 output from RH, the resulting CSS does not include this URL - it gets stripped from the CSS, and we're left with "background:#fff no-repeat -5px -5px;"
Any ideas?