Widget:Bild in Bild: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
<p><!--{$Bild1|escape:'html'}--></p>
<p><!--{$Bild1|escape:'html'}--></p>
<div style="position:relative;left:50px;height:400px;">
<div style="position:relative;left:50px;height:400px;">
   <div id="img1" style="width:600px;height:375px;background-image:url('{$Bild1}');position:absolute;left:0px;"></div>
   <div id="img1" style="width:600px;height:375px;background-image:url('<!--{$Bild1|escape:'html'}-->');position:absolute;left:0px;"></div>
   <div id="img2" style="width:600px;height:375px;background-image:url('{$Bild2}');position:absolute;left:0px;"></div>
   <div id="img2" style="width:600px;height:375px;background-image:url('<!--{$Bild2|escape:'html'}-->');position:absolute;left:0px;"></div>
   <img src="border.png" width="10" height="375" style="position:absolute;top:" id="border" />
   <img src="border.png" width="10" height="375" style="position:absolute;top:" id="border" />
</div>  
</div>