17/06-2005 à 20:28Bonjour.
j'ai un probléme de compatibilié IE-Firefox.
En effet j'ai téléchargé un layout pour mon blog sur digik.net et en le mettant en ligne je me suis aperçu que certaines images du backrgound ne s'affichait pas.
Comparez vous-même:
http://www.kokoom.com/tasukii62/
Voici la partie du css concernant ce probléme
(notamment image head.gif)
ch
{text-decoration: none;
font-weight:bold;
color: #000000;
border: 1px solid #000000;
letter-spacing:5px;
padding-top:1px;
padding-left:7px;
font-family: VERDANA;
height:16px;
text-align: left;
margin.height: 0px;
background-image=url('head.gif');
}
.ch2
{text-decoration: none;
font-weight:bold;
color: #000000;
border: 1px solid #000000;
letter-spacing:5px;
padding-top:1px;
padding-left:7px;
font-family: VERDANA;
height:16px;
text-align: left;
margin.height: 0px;
background-image=url('head.gif');
}
et la partie du code html
<LINK rel="stylesheet" href="peace.css" type="text/css">
</head><body background="bg.gif" bgcolor=#D7E7E7>
<body background="head.gif">
<div style="position: absolute; left: 0; top: 0">
<table cellspacing = 0 cellpadding = 0 border = 0><tr><td><img src='top_1_1.jpg' width=118 height=115></td><td><img src='top_2_1.jpg' width=160 height=115></td><td><img src='top_3_1.jpg' width=152 height=115></td><td><img src='top_4_1.jpg' width=150 height=115></td></tr>
<tr><td><img src='top_1_2.jpg' width=118 height=139></td><td><img src='top_2_2.jpg' width=160 height=139></td><td><img src='top_3_2.jpg' width=152 height=139></td><td><img src='top_4_2.jpg' width=150 height=139></td></tr><tr><td><img src='top_1_3.jpg' width=118 height=146></td><td><img src='top_2_3.jpg' width=160 height=146></td><td><img src='top_3_3.jpg' width=152 height=146></td><td><img src='top_4_3.jpg' width=150 height=146></td></tr></TABLE></div>
Merci de m'aider et n'hésitez pas a demander plus d'infos