• Resolved Karel17

    (@karel17)


    Hi,

    I am having difficulty with the implication of an iframe in the website. It seems to be having difficulties with the width of the website, regardless of the usage of sidebars.

    Do you have any general tips?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author iografica

    (@iografica)

    Can you link the website so i can see the issue?
    Thanks

    Thread Starter Karel17

    (@karel17)

    Hi there,

    Was able to resolve it with some CSS commands I found later on. http://www.best-offer.nl/dekking-checker/

    Beforehand it simply wasn’t wide enough and was only like 400px width, regardless of the width you set it to. With this codes it got righ:

    <blah>

    <style type=”text/css”>
    body {scrolling:no;
    }
    iframe {position:absolute;
    top:0px;
    left:0px;
    bottom: 5px;

    }
    </style>

    <body>
    <iframe src=”https://vs588.uniserver.nl/coverageportal&#8221; height=”100%” width=”100%” frameborder=”5″></iframe>
    </body>

    Theme Author iografica

    (@iografica)

    i’m happy that you have resolved the problem

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘iFrame nog showing correctly’ is closed to new replies.