Background achter forum
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Background achter forum
Hoi mensen,
Ik wil dus een background als hier,
Achter de forums dus (daar staat een afbeelding van Shakira)
Ik wil voor elke catogorie een andere image.
Ik heb een straatvoetbal forum en nu wil ik bij veldvoetbal forums gras op de achtergrond en bij straatvoetbal gewoon steen.
Ik hoop dat iemand mij hier verder mee kan helpen,
Dennis.
Ik wil dus een background als hier,
Achter de forums dus (daar staat een afbeelding van Shakira)
Ik wil voor elke catogorie een andere image.
Ik heb een straatvoetbal forum en nu wil ik bij veldvoetbal forums gras op de achtergrond en bij straatvoetbal gewoon steen.
Ik hoop dat iemand mij hier verder mee kan helpen,
Dennis.
- Wout -- w00t
- Berichten: 815
- Lid geworden op: 07 jan 2005, 12:57
- Locatie: Eindhoven, NL
- XGE_Lithium
- Berichten: 1278
- Lid geworden op: 26 okt 2005, 19:28
- Locatie: Heythuysen
- Contacteer:
Wat moet je veranderen/aanpassen aan dit stukje code ?
Thnx alvast 
Code: Selecteer alles
.forumline { background-color: #FFFFFF; border: 2px #006699 solid; }

Diedeman schreef:Wat moet je veranderen/aanpassen aan dit stukje code ?
Thnx alvastCode: Selecteer alles
.forumline { background-color: #FFFFFF; border: 2px #006699 solid; }
Code: Selecteer alles
.forumline
{
background-image: url('XXX.jpg');
border: 2px #006699 solid; }
- Jan
- Berichten: 1987
- Lid geworden op: 30 mei 2006, 20:30
- Locatie: De kelder van Dhr. J. Fritzl
- Contacteer:
Re: Background achter forum
Zijn jullie daar nog steeds over bezig?? Dat doet me veel plezierDennizZ schreef:Hoi mensen,
Ik wil dus een background als hier,
Achter de forums dus (daar staat een afbeelding van Shakira)
Ik wil voor elke catogorie een andere image.
Ik heb een straatvoetbal forum en nu wil ik bij veldvoetbal forums gras op de achtergrond en bij straatvoetbal gewoon steen.
Ik hoop dat iemand mij hier verder mee kan helpen,
Dennis.

Ik heb het even gevraagd aan de beheerder,
Dit kwam eruit:
I've used an CSS combination code. This is the portion of code that make this effect:
This thme code is base on SubSilver Theme. If you replace your class with my class on your css file you will get the same effect.
** Please, save pixel0X.gif and cellpicX.gif file on your own webspace **
Enjoy
k[/quote]
Dit kwam eruit:
Are you speaking about semi-trasparent background with Shakira Images?DennizZ schreef:How did you get that background images in your forumline
I've used an CSS combination code. This is the portion of code that make this effect:
Code: Selecteer alles
/* This is the outline round the main forum tables */
.forumline { border: 1px #845526 solid; background-image : url(http://digilander.libero.it/microaxel/forum/back_shaki.jpg);}
/* Main table cell colours and backgrounds */
td.row1 {background-image: url(http://digilander.libero.it/microaxel/forum/pixel01.gif);}
td.row2 {background-image : url(http://digilander.libero.it/microaxel/forum/pixel02.gif);}
td.row3 {background-image : url(http://digilander.libero.it/microaxel/forum/pixel03.gif);}
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
height: 28px;
/*background-color: #D1D7DC;*/
background-image : url(http://digilander.libero.it/microaxel/forum/cellpic2.gif);
background-repeat : repeat-x;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: #845526; font-size: 11px; font-weight : bold;
/*background-color: #845526;*/ height: 25px;
background-image: url(http://digilander.libero.it/microaxel/forum/cellpic3.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(http://digilander.libero.it/microaxel/forum/cellpic2.gif);
/*background-color:#D1D7DC;*/ border: #9E836E; border-style: solid; height: 28px;
}
td.catHeadMenu {background-image : url(http://digilander.libero.it/microaxel/forum/cellpic2.gif); font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #845526}
/*
Setting additional nice inner borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it :-)
*/
td.row3Right{
background-image : url(http://digilander.libero.it/microaxel/forum/pixel03.gif);
/*background-color: #D1D7DC;*/ border: #9E836E; border-style: solid; }
td.spaceRow{ background-image :url(http://digilander.libero.it/microaxel/forum/pixel04.gif);
border: #845526; border-style: solid; }
** Please, save pixel0X.gif and cellpicX.gif file on your own webspace **
Enjoy
