Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Douglas Fernandess

fundo fica branco no ie8 do iframe

Recommended Posts

tenho o seguinte código abaixo, to com problemas que o fundo fica branco, já tentei fazer de diversas maneiras, mais nenhuma deu certo.

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sem título</title>
<style type="text/css">
body {background:#CCC;}
#box {background-color: transparent;}


</style>
</head>

<body>

<div id="box">

<center><iframe src="http://selos.climatempo.com.br/selos/MostraSelo120.php?CODCIDADE=363,377,271&SKIN=verde" scrolling="no" frameborder="0" width=150 height="170" marginheight="0" marginwidth="0" allowtransparency="true"></iframe></center>

</div>

</body>
</html>

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.