[HTML] iframe padding

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

  • [HTML] iframe padding

    Hi,

    ich hab ein Problem mit einem iframe. Ich bekomme den Innenabstand von oben einfach nicht weg.

    PHP Code:
    echo '
    <iframe 
    src="'
    .$video.'" 
    marginHeight="0px" 
    marginWidth="0px" 
    width="'
    .$breite.'" 
    height="'
    .$hoehe.'" 
    frameborder="0" 
    id="video" 
    scrolling="no">
    </iframe>
    '

    Hat einer von euch vielleicht ne Idee?
    Last edited by Anbu; 29-10-2008, 11:24.
    Lurchi ! Lurchi ! Lurchi !

  • #2
    html , body {padding-top:0px;}
    bei der seite, welche im iFrame angezeigt wird?
    "I don't want to belong to any club that would accept me as a member."

    Groucho Marx

    Comment


    • #3
      und das ist ja wohl auch tinnef:
      PHP Code:
      marginHeight="0px" 
      marginWidth="0px" 
      peter
      Nukular, das Wort ist N-u-k-u-l-a-r (Homer Simpson)
      Meine Seite

      Comment


      • #4


        ok ich geh in die Ecke und schäm mich...


        danke!!
        Lurchi ! Lurchi ! Lurchi !

        Comment


        • #5
          Aber mit Eselskappe
          "I don't want to belong to any club that would accept me as a member."

          Groucho Marx

          Comment

          Working...
          X