[Resolvido] 3px Internet Explorer
No Firefox não tem nenhum problema, mas no IE é acrescentado 3px abaixo da primeira camada...
Coloquei o excedente em vermelho para diferenciar...
<!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">](http://www.w3.org/1999/xhtml)
<head>
<title>EXEMPLO</title>
<style>
#camada_1 {
background:#F00;
width:600px;
height:100px;
}
#camada_2 {
background:#666;
width:600px;
height:300px;
}
</style>
</head>
<body>
<div id="camada_1">
<img src="topo.jpg" width="600" height="100" border="0" />
</div>
<div id="camada_2"></div>
</body>
</html>/applications/core/interface/imageproxy/imageproxy.php?img=http://img6.imageshack.us/img6/1972/exemplo.jpg&key=66930f88326bff3acae44cf8ccea29e4b6241e8b26f94394e5cab678878d8993" alt="Imagem Postada" />
Discussão (8)
Carregando comentários...