Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Olá Pessoal!!! estou tendo problemas com imagens no Internet Explorer versões anteriores a 10. Não consigo unir duas imagens, fica sempre um espaço entre elas. Já nas versões 10 e 11 está OK. Segue abaixo o código.
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
*{ border: 0px; }
#menu{ padding: 0px; margin: 0px; border: 0px; display: flex; }
#img{ border: 0px; margin: 0px}
#institucional{ border: 0px; padding: 0px; margin: 0px;}
#transparencia{ border: 0px; padding: 0px; margin: 0px;}
</style>
</head>
<body>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<div id="menu">
<img alt="" height="35" id="institucional" src="img/menu-topo/institucional-off.gif" width="75" style="display: flex" />
<img alt="" height="35" id="transparencia" src="img/menu-topo/transparencia-off.gif" width="86" style="display: flex" />
<img alt="" height="35" id="osite" src="img/menu-topo/o-site-off.gif" width="110" />
</div>
</body>
</html>Carregando comentários...