Andreas Gaisbauer
Erfahrenes Mitglied
Hi,
mach entweder ein Bild (das, welches sich wiederholen soll) als Hintergrund im BodyTag und das andere als Background (bzw als <img>) auf einem Layer - oder halt mit zwei Layeren...
z.b.
oder
CU Andreas
-------------------------------------------------------------
"There are only 10 types of people in the world, those that understand binary, and those that don't."
mach entweder ein Bild (das, welches sich wiederholen soll) als Hintergrund im BodyTag und das andere als Background (bzw als <img>) auf einem Layer - oder halt mit zwei Layeren...
z.b.
PHP:
<body style="background-image:url(bild1.jpg);">
<div id="layer1" style="position:absolute; magrin-top:0px; background-image:url(bild1.jpg); width:100%; height:100%;">
oder
PHP:
<div id="layer1" style="position:absolute; magrin-top:0px; background-image:url(bild1.jpg); width:100%; height:100%; z-index:1;">
<div id="layer2" style="position:absolute; magrin-top:100px; background-image:url(bild2.jpg); width:220px; height:150px; z-index:2;">
CU Andreas
-------------------------------------------------------------
"There are only 10 types of people in the world, those that understand binary, and those that don't."