Hi phpwcms-friends,
i want to fix my site-backround during vertical scrolling.
Who is so kind to give me the code and the info where to include?
Thanks for your help.
How to fix my site-background?
Hi pepe,
i have used a code offered from pSouper when using the iframe.
There are the lines:
so try to use this. Iknow not a ready-set-go hint....
for details in css i often look at http://www.drweb.de
look here:http://www.drweb.de/csstechnik/css_farbe.shtml
i have used a code offered from pSouper when using the iframe.
There are the lines:
Code: Select all
background-attachment : scroll;
background-repeat: repeat;
for details in css i often look at http://www.drweb.de
look here:http://www.drweb.de/csstechnik/css_farbe.shtml
Code: Select all
BODY
{
background-image:url('picture.gif');
background-attachment:fixed;
background-position: center bottom;
background-repeat:no-repeat;
}
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
Thanks carano,
because of your help, i visited drweb.de.
There i've found the solution . I added some lines to my frontend.css. See the red marked code
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
background-image:url(http://www.my_homepage.de/picture/bg/bg-fade-vertikal-02.jpg);
background-repeat:repeat-x;
background-attachment:fixed;}
because of your help, i visited drweb.de.
There i've found the solution . I added some lines to my frontend.css. See the red marked code

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
background-image:url(http://www.my_homepage.de/picture/bg/bg-fade-vertikal-02.jpg);
background-repeat:repeat-x;
background-attachment:fixed;}
nice to read 
and all without having a meeting
So working makes fun.
Thank you also for your work of the Tutorial.

and all without having a meeting

So working makes fun.
Thank you also for your work of the Tutorial.
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3