View Single Post
Old 08-10-2015, 09:16 AM  
RazorSharpe
Confirmed User
 
RazorSharpe's Avatar
 
Industry Role:
Join Date: Aug 2001
Location: Scotland
Posts: 2,238
Quote:
Originally Posted by Colmike7 View Post
If the iframe
{
overflowdden;
}
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.
RazorSharpe is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote