Link to home
Start Free TrialLog in
Avatar of glsac
glsacFlag for United States of America

asked on

link to 500 point question...iframes

https://www.experts-exchange.com/questions/21082938/Help-please-iframes-and-resize.html

I think you may be able to do something with CSS as well?
Avatar of viola123
viola123

           <table height="100%" width="100%">
                  <tr>
                        <td>
                              <iframe id="listFrame" name="listingFrame" height="90%" width="100%" src="http://www.cnn.com"></iframe>
                        </td>
                  </tr>
                  <tr>
                        <td>
                              <iframe id="frameDetails" name="frameDetails" width="100%" height="100%" src="http://www.talman.com.au"></iframe>
                        </td>
                  </tr>
            </table>
Avatar of glsac

ASKER

errr..what does that do? It does not answer the question...sorry :)
ASKER CERTIFIED SOLUTION
Avatar of jonnyfb
jonnyfb

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of glsac

ASKER

ok