Page 1 of 1

Static Background

Posted: Fri 27. Aug 2004, 11:35
by bones
hi

is it possible to put a static background in? If so, how?

Roland

Posted: Fri 27. Aug 2004, 11:47
by pepe
Hi bones,

do you mean somthing like here:

http://www.cms.peperkorn-online.de/inde ... uick-start

then you must put in your fronend.css something like:

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;
}