I had saved the old base.css file and replaced it. However no matter what I do, I cannot get the background image to stay "fixed" and full screen.
what am I missing or doing wrong?
thanks in advance,
Nils
I had saved the old base.css file and replaced it. However no matter what I do, I cannot get the background image to stay "fixed" and full screen.
what am I missing or doing wrong?
thanks in advance,
Nils
thanks for answering my question.
here is the change I made to the base.css I included a few lines so you can see where.
What did I miss?
thank you for your help.
body {
background-color:#f0f0f0;/** OW_Control type:color, section:1. General Settings, key:bodyColor, label: Page background color **/
background-image:url('images/bg.jpg');/** OW_Control type:image, key:backgroundImage, section: 1. General Settings, label: Page background image **/
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
background-size:100%100%;
}
<html><head><style>body {background-image:url('images/image.jpg');background-repeat:no-repeat;background-attachment:fixed;background-position:center;background-size:100% 100%;}</style></head></html>
I have managed to solve my problem by activating dev_mode in the config.php, modifying the css and then hitting f5.
thanks for your help,
Nils