Announcement

Collapse
No announcement yet.

Frame 100% Hoch darstell

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Frame 100% Hoch darstell

    Ich habe ein Frame gemacht, aber dieses wird nicht 100% Hoch angezeigt, ob wohl ich dies in css definiert habe.
    So sieht meine HTML Datei aus.
    <html>
    <head>
    <style type="text/css">
    iframe{
    border:0;
    width:100%;
    height:100%;
    }
    </style>
    </head>
    <body>
    <iframe scrolling="no" frameborder="0"
    src="https://igacrch.myservice4you.ch/eventliste.php"></iframe>
    </body>
    </html>

  • #2
    Ein iframe im Head?
    Und dann ein iframe in einem iframe?
    Setze das margin des bodys
    Christian

    Comment

    Working...
    X