Problème <table> pour mon menu

Fermé
Dave - Modifié par Dave le 29/06/2010 à 23:29
 Dave - 30 juin 2010 à 11:49
Bonjour,

Je suis en train de créer un myspace music pour un groupe.
J'ai un soucis de <table> pour l'alignement mon menu.
Cela fonctionne très bien sur Firefox, mais sur Explorer, mon menu se décale.

Si vous avez du mal à comprendre, voici mon mon lien : (pour mieux vous repérer, le menu contient : Send Message, Add to Friends, Photos etc ...

http://myspace.com/greatsmiletraining

Voici le code :

<div class="nav">
<table id="nav" border="0" cellpadding="0" cellspacing="0" width="940">
<tr>
<td>
<a href="#"><img src="01.jpg"></a>
</td>
<td>
<a href="#"><img src="02.jpg">
</td>
<td>
<a href="#"><img src="03.jpg">
</td>
<td>
<a href="#"><img src="04.jpg">
</td>
<td>
<a href="#"><img src="05.jpg">
</td>
<td>
<a href="#"><img src="06.jpg">
</td></tr></table>
</div>

<style>
.nav{
top: 1321px;
position:absolute;
width: 940px;
background-color: transparent;
text-align: left;
left:50%;
margin-left:-470px;
overflow:visible;
}
div.nav a:hover{
border-top: none;
opacity: 0.0;
filter: alpha(opacity=0);
width: 0px;
height: 0px;
}

</style>
A voir également:

1 réponse

Quelqu'un pour m'aider svp ??
0