Victoria Ballance Tyson
Posts: 0
Joined: Sat Feb 23, 2013 10:10 pm

Picture as a background with objects on top of it.

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Picture as a background with objects on top of it.

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

Return to “Issues”