Beiträge von heiko-hartung

    Hallo wolf, :)
    Vielen Dank für deine Hilfe bei meinem Problem. Das mit der Positionierung hat auch super geklappt, aber leider wurde das Video nicht mehr abgespielt. ;(
    Deswegen hab ich das Video in Flash umgewandelt und da klappt es, das der Rahmen und das Video sich nicht verschieben.
    So sieht der HTML Code jetzt aus.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">

    <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <title>erster Hochzeitstag</title>
    <style type="text/css">
    .auto-style1 {
    text-align: center;
    }
    </style>
    </head>

    <body style="background-image: url('Herzrosenblaetter2.jpg')">
    <p class="auto-style1">
    <img height="160" src="banner.gif" style="top: -2px; position: relative; left: -4px;" width="1050" /></p>

    <p class="auto-style1">
    <img height="119" src="rose032.gif" style="top: 53px; position: relative; left: -501px;" width="225" /></p>

    <p class="auto-style1">
    <img height="119" src="rose032.gif" style="top: -179px; position: relative; left: -142px;" width="225" /></p>

    <p class="auto-style1">
    <img height="119" src="rose032.gif" style="top: -456px; position: relative; left: -615px;" width="225" /></p>

    <p class="auto-style1">
    <img height="119" src="rose032.gif" style="top: -406px; position: relative; left: 334px;" width="225" /></p>

    <p class="auto-style1">
    <img height="119" src="rose032.gif" style="top: -727px; position: relative; left: 694px;" width="225" /></p>

    <p class="auto-style1">
    <img height="119" src="rose032.gif" style="top: -610px; position: relative; left: 620px;" width="225" /></p>

    <p class="auto-style1">
    <img height="119" src="rose032.gif" style="top: -626px; position: relative; left: -753px;" width="225" /></p>

    <p class="auto-style1">
    <img height="119" src="rose032.gif" style="top: -600px; position: relative; left: 620px;" width="225" /></p>

    <p class="auto-style1">
    <img height="119" src="rose032.gif" style="top: -699px; position: relative; left: -453px;" width="225" /></p>


    <p class="auto-style1">
    <object id="flash1" data="weiter3.swf" style="width: 529px; height: 606px; top: -1220px; position: relative; left: -2px;" type="application/x-shockwave-flash" class="auto-style2">
    <param name="movie" value="weiter3.swf" />
    <param name="quality" value="Best" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#ffffff" />
    <param name="menu" value="false" />
    </object></p>
    <p class="auto-style1">
    <img height="352" src="rahmen_rot.gif" style="top: -1712px; position: relative; left: -4px;" width="579" /></p>

    </body>

    </html>


    </article>