views:

15

answers:

0

i have an iframe nested inside another iframe, and for both iframes i have these attributes:

frameBorder="0" marginWidth="0" marginHeight="0" scrolling="no" 

Ive also tried:

style="border: 0px; margin: 0px; padding: 0px;" 

It seems that no matter what I try, the border of the inner iframe keeps showing, as well as the padding within the inner iframe. This is also only the case for IE (v. 8), for firefox it works fine and shows no borders.

Is there any way to get rid of this?