Boa tarde, Pessoal Ao rodar essa aplicação em HTML, as imagens .cabParte01 ate a parte 3, não esta sendo carregadas no Firefox e nem no IE. OBS o .confRod ele carrega normalmente a imagem, estou rodando na minha maquina local, não esta em servidor. <html>
<head>
<title>cab.jpg</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
td img {display: block;}
.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.confRod
{
background-image: url(../images/footer_r1_c9.jpg);
background-repeat: repeat;
width: 100%;
}
.cabParte01
{
background-image: url(../images/footer_r1_c8.jpg);
background-repeat: no-repeat;
width: 215px;
}
.cabParte02
{
background-image: url(../images/cab_r1_c14.jpg);
background-repeat: repeat;
width: 84%;
}
.cabParte03
{
background-image: url(../images/footer_r1_c30.jpg);
background-repeat: no-repeat;
width: 44px;
}
</style>
</head>
<body>
<div>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="cabParte01" />
<td class="cabParte02" />
<td class="cabParte03" />
</tr>
</table>
</div><br />
<div>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img name="footer_r1_c1" src="images/footer_r1_c1.jpg" width="30px" height="125" id="footer_r1_c1" /></td>
<td class="confRod" id="footer_r1_c9" />
</tr>
</table>
</div>
</body>
</html>