iframe always 150px height

  • Hi, I'm trying to display a iframe in a textfield.
    Basicly I have A texfield that disaplays text, and a second one wich displays an iframe and is parent from the first one.
    I have an issue, I can change the width of the iframe textfield and it works (iframe is 100% width and height), but when I change to texfield height the iframe still displays 150px height, even with gretter values.
    If I look at the displayed code on chrome the iframe contanier has the correct height, but not the iframe ???

    Here is a screenshot and the generated code :

    generated code :


    xml code :

  • Hi,

    that's basic webdesign *wink* - a percent height value always means that percent size of the size of the parent DOM element - AND - when that parent element doesn't have a height defined => then it will not work.

    Best regards,
    Klaus

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!