Search found 9 matches

Go to advanced search

by Alexandre
Thu Dec 25, 2014 1:25 pm
Forum: Issues
Topic: Background images CSS
Replies: 11
Views: 667
 
Jump to post

Background images CSS

Hello, Thanks for the help, now I can create the rules CSS. I have another question regarding how to test applications on iOS and Android operating systems. I found that there is an app called Appery.io Tester that lets you test the apps in development and I installed on an Android phone and another...
by Alexandre
Wed Dec 24, 2014 1:10 pm
Forum: Issues
Topic: Background images CSS
Replies: 11
Views: 667
 
Jump to post

Background images CSS

I am surprise! What code you use? This:

#startScreen_mobilecontainer{

/* you should change "a_01.jpeg" with file name you need. */

background: url(../../../../files/views/assets/image/back_960x640.png) no-repeat;

}

I tried and not work.

by Alexandre
Wed Dec 24, 2014 1:16 am
Forum: Issues
Topic: Background images CSS
Replies: 11
Views: 667
 
Jump to post

Background images CSS

Still not work! I tried this: .startScreen_mobilecontainer{ /* you should change "a_01.jpeg" with file name you need. */ background: url(../../../../files/views/assets/image/back_960x640.png) no-repeat; } and #startScreen_mobilecontainer{ /* you should change "a_01.jpeg" with fil...
by Alexandre
Tue Dec 23, 2014 1:22 pm
Forum: Issues
Topic: Background images CSS
Replies: 11
Views: 667
 
Jump to post

Background images CSS

Still not working. I tried this: .startScreen_mobilecontainer1{ background: url(../../../../files/views/assets/image/back_960x640.png) no-repeat; } And this #startScreen_mobilecontainer1{ background: url(../../../../files/views/assets/image/back_960x640.png) no-repeat; } And this #startScreen_mobile...
by Alexandre
Mon Dec 22, 2014 4:24 pm
Forum: Issues
Topic: Background images CSS
Replies: 11
Views: 667
 
Jump to post

Background images CSS

What is the path to the images? I'm trying to use: background-image: url(images/back_960x640.png); But does not work. Iam trying this too: .ui-content { background-color: transparent; background-image: url("images/back_960x640.png") !important; } and .ui-content.startScreen_mobilecontainer...
by Alexandre
Mon Dec 22, 2014 12:50 pm
Forum: Issues
Topic: Background images CSS
Replies: 11
Views: 667
 
Jump to post

Background images CSS

I'm trying to put a background image on a "mobilecontainer" as following code:

.background3 {
background-image: transparent url("images/back_960x640.png") !important;
background-size:cover;
}

But does not work, what's wrong?

Thank U.

by Alexandre
Mon Nov 03, 2014 6:56 pm
Forum: Issues
Topic: IFRAME to get external page
Replies: 5
Views: 595
 
Jump to post

IFRAME to get external page

Hi, I followed the instructions to make a fullpage iframe, however there was a problem: the iframe appeared with two scrolls, both vertically and horizontally in the (image attached). I tried to adjust the height of the header and footer in CSS, but it did not work. What's wrong? Thank you https://d...
by Alexandre
Thu Oct 16, 2014 11:25 am
Forum: Issues
Topic: IFRAME to get external page
Replies: 5
Views: 595
 
Jump to post

IFRAME to get external page

Thanks for the reply!

There remained only one question, the name of the CSS (item 4) can anyone?

once again thank you.

by Alexandre
Wed Oct 15, 2014 9:41 pm
Forum: Issues
Topic: IFRAME to get external page
Replies: 5
Views: 595
 
Jump to post

IFRAME to get external page

I have tried using the iframe to embed an external page in my app, but have not been successful. In all the ways you've tried the page appears, but occupies a small piece of the visible area of ​​the app. My goal is that the page fills the space of the app, keeping the header and footer. Is that pos...

Go to advanced search