Frame auf Bild

Dieses Thema im Forum "Webentwicklung" wurde erstellt von crix, 31. Juli 2006 .

Schlagworte:
Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 31. Juli 2006
    Wie kann ich dort über das Bild hpdesign_03 ein Frame machen? Wenn ich ein iframe anstatt das Bild mache, werden die Bilder danach verschoben.
    Würde mich auf Antworten freuen. Wird natürlich mit 10er belohnt

    crix

    Code:
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- ImageReady Slices (hpdesign.jpg) -->
    <table id="Table_01" width="800" height="492" border="0" cellpadding="0" cellspacing="0">
     <tr>
     <td colspan="3">
     <img src="images/hpdesign_01.jpg" width="800" height="158" alt=""></td>
     </tr>
     <tr>
     <td rowspan="2">
     <img src="images/hpdesign_02.jpg" alt="" width="242" height="334" border="0" usemap="#Map"></td>
     <td>
     <img src="images/hpdesign_03.jpg" width="508" height="265" alt=""></td>
     <td rowspan="2">
     <img src="images/hpdesign_04.jpg" width="50" height="334" alt=""></td>
     </tr>
     <tr>
     <td>
     <img src="images/hpdesign_05.jpg" width="508" height="69" alt=""></td>
     </tr>
    </table>
    <!-- End ImageReady Slices -->
    <map name="Map">
     <area shape="rect" coords="37,37,171,57" href="index.html" target="_top">
     <area shape="rect" coords="38,75,172,95" href="about.html" target="_top">
     <area shape="rect" coords="35,116,169,136" href="music.html" target="_top">
     <area shape="rect" coords="39,157,173,177" href="guestbook.html" target="_top">
     <area shape="rect" coords="49,201,183,222" href="links.html" target="_top">
    </map>
    </body>
     
  2. 31. Juli 2006
    Ich hoffe, ich habe das richtig verstanden, was du willst.
    Du willst, da wo dein hpdesign_03 ist ein Iframe haben.
    Und in den Iframe den hintergrund?!?
    Probier das mal aus.

    Deine Seite:
    Code:
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- ImageReady Slices (hpdesign.jpg) -->
    <table id="Table_01" width="800" height="492" border="0" cellpadding="0" cellspacing="0">
     <tr>
     <td colspan="3">
     <img src="images/hpdesign_01.jpg" width="800" height="158" alt=""></td>
     </tr>
     <tr>
     <td rowspan="2">
     <img src="images/hpdesign_02.jpg" alt="" width="242" height="334" border="0" usemap="#Map"></td>
     <td><iframe name="I1" width="508" height="265" src="frame.htm" frameborder="0" scrolling="auto"></iframe></td>
     <td rowspan="2">
     <img src="images/hpdesign_04.jpg" width="50" height="334" alt=""></td>
     </tr>
     <tr>
     <td>
     <img src="images/hpdesign_05.jpg" width="508" height="69" alt=""></td>
     </tr>
    </table>
    <!-- End ImageReady Slices -->
    <map name="Map">
     <area shape="rect" coords="37,37,171,57" href="index.html" target="_top">
     <area shape="rect" coords="38,75,172,95" href="about.html" target="_top">
     <area shape="rect" coords="35,116,169,136" href="music.html" target="_top">
     <area shape="rect" coords="39,157,173,177" href="guestbook.html" target="_top">
     <area shape="rect" coords="49,201,183,222" href="links.html" target="_top">
    </map>
    </body>

    Der InlineFrame
    Code:
    <html>
    <head>
    <title>Frame Titel</title>
    <style type="text/css">
    body { background-attachment: fixed; background-image: url('hpdesign_03.jpg'); }
    </style>
    </head>
    
    <body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0">
    </body>
    </html>
    Habe es nicht getestet. sollte aber gehen.

    MFG RabBit
     
  3. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.