On 11/9/16, 2:17 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" <carlos.rov...@gmail.com on behalf of carlos.rov...@codeoscopic.com> wrote:
>That line is right, if I put trace("styles: " + p + " :: " + value); I get > >"styles: background :: url('assets/Unknown.jpeg') center / cover" > >so right... > >but in the DOM we get: > ><div class="mdl-card__title" style="position: relative; color: rgb(102, >102, 102); height: 176px;"> > >So the background is eliminated... Hmm. Maybe p has a leading space? I'd had to spend cycles trimming whitespace from strings, but maybe we have to. -Alex