10.01.2010, 00:40
Hallo,
Wie ist es möglich 2 background images im container zu haben.
Die 2. Grafik soll sich jediglich horizontal wiederholen.
Ich hab schon folgendes ausprobiert:
Und im Header Template dann einmal folgendes probiert:
und
Danke im vorraus...
Wie ist es möglich 2 background images im container zu haben.
Die 2. Grafik soll sich jediglich horizontal wiederholen.
Ich hab schon folgendes ausprobiert:
PHP-Code:
#container2 {
background: url(Bild) repeat-x;
width: 950px;
margin: auto auto;
}
Und im Header Template dann einmal folgendes probiert:
PHP-Code:
<div id="container">
<div id="container2">
</div>
<a name="top" id="top"></a>
<div id="header" style="position: relative;">
und
PHP-Code:
<div id="container2">
<div id="container">
</div>
<a name="top" id="top"></a>
<div id="header" style="position: relative;">
Danke im vorraus...