I am using bootstrap, and I have to display output from one div to another.
One sidebar div has links, and in other main div has to display output (tabular format).
So i have created, iframe
in main div, but the height of iframe
is not 100%, however the width is 100% after adding in css.
Can someone please help.
added in bootstrap.min.css
<p>
iframe {position:relative; top:0; bottom:0; left:0; width:100%; height:100%; border:0}
</p>