Hybrid View
-
23 Aug 2012 4:46 AM #1
Unanswered: screen background not coming transparent
Unanswered: screen background not coming transparent
Hi,
I am new to sencha touch so kindly bear with me.
I am using Sencha touch 1.1
I have made a form panel and set background image to it using
now I have various elements inside thisFormPanel and I have arranged them using nested layout. That is I have a vbox layout and 3 hbox layout inside this vbox layout.Code:bodyStyle: "background-image:url(images/wallpaper.png) !important",
The problem I am facing is for the screen area taken by these vbox and hbox layout I am not getting the background image that I set earlier in the FormPanel. This part of the screen is appearing with default color.
Please advice how to handle this situation.
-
26 Aug 2012 5:59 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
- Answers
- 3107
Some items have a background set on this that would not show the background. Inspect the DOM to find what elements and their corresponding components have a background set on it.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote