Page 1 of 1

Picture as a background with objects on top of it.

Posted: Wed Mar 06, 2013 5:09 pm
by Victoria Ballance Tyson

I want to know how to make my background a picture? I can put a picture up on the app but if I want a button on the same page I cannot put it over the picture. The button goes at the top or the bottom.


Picture as a background with objects on top of it.

Posted: Wed Mar 06, 2013 5:21 pm
by Maryna Brodina

Hello! How did you add background in your app? Try next JS on screen Load event:

codeTiggzi('mobilecontainer1').css('background-image','url("' + Tiggzi.getImagePath('img.png') + '")'); /code