I have an Iframe that is positioned under a div.
background-color: #000;
position: absolute;
top: 416px;
left: 5%;
width: 760px;
height: auto;
padding-left: 6px;
scrolling: no;
I have the iframe using a different page as its src and because of that the height is not the height of the other page but the height as if there was nothing in the frame. What do I do?



Reply With Quote

Bookmarks