EXAMPLE PAGE 7

  [ BACK TO CSS-tips ]

On this last example page the borders of the pageborder <div>'s are set to zero pixels again and the text in these <div>'s is removed to show the end result.

THE LINES BELOW ARE ONLY MEANT AS FILLING TEXT.

The CSS properties of this div (not all the CSS lines are shown):

     #pg {
     position: absolute;
     left:40px;
     top:45px;
     width:98%;
     padding: 0px 5px 25px 0px;
     margin-right:15px;
     border:0px;
     background:#faebd7;
     background-image:url(./divpics/vk90pg.jpg);
     ......
         }

The pg <div> is positioned 40 pixels to the right and 45 pixels down to let the background picture match the surrounding background pictures of the borders.
The picture page background picture (vk90pg.jpg) tiles over the background color as far as there is content in the page, I mean text or images.

[ TO CSS TIPS ]

(20-08-2006 rev. 26-03-2022)