danni.coy Posted May 9, 2013 Posted May 9, 2013 Playing with the launcher from the create new project in the latest sdk. Specifically modifying either the html file or the css file to display an image, so far no dice - any ideas.
Guest johnatan Posted May 9, 2013 Posted May 9, 2013 In project.css for #launcher-background change property background-color or add background property with url. For eliminate black stripe behind form elements change property background-color for #form-background or delete it. Example: #launcher-background { position: absolute; top: 0; left: 0; height: 498px; width: 750px; background: url('background_image.png'); } #form-background { }
danni.coy Posted May 14, 2013 Author Posted May 14, 2013 [last reply edited out as the information is out of date] Ok found the problem - it appears that launcher supports png but not jpg files.... Thanks.
Recommended Posts