Hey Thanks for the info.
I will give you some more info about my exact problem.
I have to images.
This one, i would like to use in all the sideboxes as background.
http://ccmoore.be/store/includes/tem...background.gif
This image i would like to use in all the sideboxes as border, instead of the thin colored line.
http://ccmoore.be/store/includes/tem...ile_bottom.gif
I don't know what i do wrong, but i cant get it fixed. Can you please help me.
This is the code in the stylesheet.
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
font-size: 0.9em;
color: #ffffff;
}
.leftBoxHeading, .rightBoxHeading {
margin: 0em;
background-color: #abbbd3;
background-image: url(../images/tile_top.gif);
padding: 0.5em 0.2em;
}
.centerBoxHeading {
margin: 0em;
background-color: #abbbd3;
background-image: url(../images/tile_back.gif);
padding: 0.5em 0.2em;
}
.leftBoxContainer, .rightBoxContainer {
margin: 0em;
border: 1px solid #FFFFFF;
background-image: url(../images/tile_boxes_background.gif);
border-bottom: url(../images/tile_bottom.gif);
margin-top: 1.5em;
}
.sideBoxContent {
background-color: #ffffff;
padding: 0.4em;
}
Thanks
Kristof