Quote:
Originally Posted by Colmike7
If the iframe
{
overflow dden;
}
mentioned by ETD doesn't work, it's probably because the overflow happens in the iFrame, which can't be edited because of XSS.
Try putting it in a div:
<div id="whatever" seamless="seamless" scrolling="no" style="width:100%; height: 100%;">IFRAME</div>
|
the seamless attribute won't work in all browsers. In fact, I think it currently only works on Chrome. Using it was my first thought ...
__________________
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
|