This topic is locked
[SOLVED]

 CSS bug?

10/30/2016 8:56:31 AM
PHPRunner General questions
A
Athlon author

I am applying background images to both the login page and the menu page.
They work fine in the ediitor. When they are built they do not display in the local server or online?
Is there an issue with this. I have tried several times, changed boot strap templates etc.. still the same issue.
In the style CSS for login i have this:
body.function-login {

height:100%;

background:transparent url("https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=24254&image=1&table=forumtopics";) no-repeat center center fixed;

background-size:cover;
}
For welcome page I have this:
body.function-login {

height:100%;

background:transparent url("https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=24254&image=2&table=forumtopics";) no-repeat center center fixed;

background-size:cover;
}
Editor shows the images as expected, but when built there is no images or errors.

Initially on first doing it things worked, after changing, no longer works.
I have restored the project and begun again.. with the exact same issues.
I have also noticed the transparent login will not function at all.
Runner 9 enterprise
Am I missing something?
Error fixed in latest version.. all ok after update