tobiu
28 Mar 2011, 2:17 PM
hi team,
in the example -> index.html you specify:
background: rgba(0,0,0,.3) url(../resources/shared/loading.gif) center center no-repeat;
correct is:
background: rgba(0,0,0,.3) url(../resources/shared/img/loading.gif) center center no-repeat;
best regards
tobiu
in the example -> index.html you specify:
background: rgba(0,0,0,.3) url(../resources/shared/loading.gif) center center no-repeat;
correct is:
background: rgba(0,0,0,.3) url(../resources/shared/img/loading.gif) center center no-repeat;
best regards
tobiu