Pagina 1 van 1

Achtergrond afbeelding.

Geplaatst: 27 jul 2006, 19:13
door gies
Ik probeer een achtergrondafbeelding te installeren genaamd: achter.gif.

Nu lukt het me wel om die als achtergrond in de template te krijgen, maar helaas is het ook de achtergrond van het forum zelf.

Weet iemand hoe ik de achtergrond van het forum gewoon wit krijg en toch op de achtergrond de afbeelding achter.gif ?

Code: Selecteer alles

/*
  The original iCGstation Theme for phpBB version 2+
  Created by iOptional phpBB Style Gruop
  http://www.ioptional.com
*/

/*-- mod : Foxy in a box --------------------------------------------------------------------------*/
/*-- add */
div#private_message{
        font:10px Tahoma;
        padding:2px;
        position:absolute;
        top:10%;
        left:30%;
        width:400px;
        height:140px;
        border:1px solid silver;
        background:#E5E5E5;
}
/*-- end mod : Foxy in a box ----------------------------------------------------------------------*/

/* This is the border line & background colour round the entire page */

body {
background-image: url(images/achter.gif);
}

.bodyline   { background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline   { background-color: #A9B8C2; border: 0px #006699 solid; }

/* Page Header */
td.header {
      background-color: #FFFFFF;
      background-image: url(images/acp_top.jpg);
}

td.navpic {
      background-color: #FFFFFF;
      background-image: url(images/navpic.gif);
      height: 22px;
}

td.cellrow2 {
      background-color: #FFFFFF;
      height: 32px;
      font-size: 11px; border-color: #CCCCCC; border-style: solid; border-width: 0px 0px 1px 0px;
}

td.indextop {
      background-color: #FFFFFF;
      background-image: url(images/index_top.jpg);
} 

Geplaatst: 27 jul 2006, 19:16
door ElbertF
Link naar je forum..?

Geplaatst: 27 jul 2006, 19:19
door gies
Is (nog) een private forum :bier:

Geplaatst: 27 jul 2006, 19:28
door ElbertF
Een screenshot dan misschien? Laat eens zien wat je anders wilt hebben.