Achtergrond afbeelding.
Geplaatst: 27 jul 2006, 19:13
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 ?
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);
}