Background-Image - Problemas

BytesBR

Power Member
Olá,
Gostaria de deixar esta imagem no atráz de um texto, mas não consigo
Atualmente o código está assim:
Código:
<head>
<style type="text/css">
table {
background-image: url("http://www.ibobba.org/pvgartes/Inteligencia/images/uefCommander.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
</style>
</head
<table id="table" class="table" style="width:100%; font-family:Verdana; font-weight:bold; font-size: 11px; align: center;">
<tbody>
<tr>
<td>
Pessoa<br>
<em>Diretor Geral</em>
</td>
<td>
Pessoa1<br>
<em>Diretor</em
</td>
</tr>
</tbody>
</table>
Já tentei de tudo e nada, queria uma ajudinha.
 
a mim apareceu a imagem. só que não aparece toda, porque está limitada pelo tamanho da tabela. aparece apenas um pedaço de cima que é quase todo branco, mas que a imagem está lá isso está.
 
Back
Topo