• User

    Iframe trasparente in IE

    salve a tutti ragazzi,ho un problema con lo sfondo del mio iframe in Internet Explorer perchè mi resta sempre bianco,qualunque cosa io faccia...

    ecco il mio iframe:

    <iframe allowTransparency="true" frameborder="no" src="url" width="500px" height="500px">
    </iframe>

    ho provato a mettere anche <body style="background-color:transparent;"> ma niente,ho provato con:

    <style>
    iframe
    {
    background-color:transparent;
    }
    </style>

    mi dite come fare,perchè non so che altro provare...

    grazie in anticipo!