Problèmes tableaux
Bonjour,
j'ai toujours eut des problèmes avec l'intermprétation des tableaux sous IE et voici mon problème:
sur http://aride.olympe-network.com/game/
qui est un jeux que je suis en train de faire il y a un problème avec la banière du haut la case du tableaux ne veut pas de mattre a la taille de l'image pourtant j'ai mis le meme nombres de pixesl (134) pour la hauteur de l'image te de la case.
j'estpère que quelqu'un aura une réponse
sur FF ca marche très bien
j'ai toujours eut des problèmes avec l'intermprétation des tableaux sous IE et voici mon problème:
sur http://aride.olympe-network.com/game/
qui est un jeux que je suis en train de faire il y a un problème avec la banière du haut la case du tableaux ne veut pas de mattre a la taille de l'image pourtant j'ai mis le meme nombres de pixesl (134) pour la hauteur de l'image te de la case.
j'estpère que quelqu'un aura une réponse
sur FF ca marche très bien
Configuration: Windows XP Internet Explorer 6.0
2 réponses
-
désolé ca ne marche pas,
vous pouvez aller voir par vous-meme -
Essai ce code, j'ai repris le tien et j'lai modifié. Ce qui est en gras est la ligne qui a subi des modifications.
<html>
<head>
<style type="text/css">
body{
color : white;
background-attachment: fixed;
background-position: 100% 100%;
background-repeat: no-repeat;
background-image :url('images/fond.jpg');
}
table {
border-width:1px;
border:none;
}
#case {
height:600px;
}
#menu {
background: #333;
list-style: none;
margin: 0;
padding: 0;
width: 12em;
}
#menu li {
font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
#menu a {
background: #333;
border-bottom: 1px solid #393939;
color: #ccc;
display: block;
margin: 0;
padding: 8px 12px;
text-decoration: none;
font-weight:normal;
}
#menu a:hover {
background: #2580a2 url("images/hover.gif") left center no-repeat;
color: #fff;
padding-bottom: 8px;
}
</style>
<title>GAME</title>
</head>
<body>
<table border="1" width="840" align="center" style='border-color:black;'>
<tr><td style='border-color:black;background-color:#333333;' align="center" colspan="2" height="134px"><img src="images/Header.jpg" width="940" height="134"/></td></tr>
<tr height="75%"><td id="case" width="10%" valign="top" style='border-color:black;background-color:#333333;'>
<ul id="menu">
<li><a href="#" target="_self">Vue Génarale</a></li>
<li><a href="#" target="_self">Inventaire</a></li>
<li><a href="#" target="_self">Batiments</a></li>
<li><a href="#" target="_self">Déplacements</a></li>
<li><a href="#" target="_self">Guildes</a></li>
<li><a href="#" target="_self">Liste d'Amis</a></li>
<li><a href="#" target="_self">Déconnexion</a></li>
</ul></td>
<td width="90%" style="background-color:#333333;height:75%border-color:black;" id="case">
test<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>test2<br><br><br><br><br><br><br><br><br>test3<br><br><br><br><br><br><br><br><br><br>test4<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></td></tr></table></body></html>