Static Background

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
bones
Posts: 12
Joined: Wed 7. Jul 2004, 12:17

Static Background

Post by bones »

hi

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

Roland
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

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