Static Background
Posted: Fri 27. Aug 2004, 11:35
hi
is it possible to put a static background in? If so, how?
Roland
is it possible to put a static background in? If so, how?
Roland
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
Code: Select all
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
background-image:url(http://www.my_homepage.de/picture/fade-vertikal.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
}