bonjour,
j'ai un probleme avec un bloc ds un conteneur
Code Html:
Code CSS:
dans IE ca fctionne bien et pas sur fireFox il me place mon bloc au sommet du conteneur
merci
Modifié par sasg (06 Jan 2006 - 14:43)
j'ai un probleme avec un bloc ds un conteneur
Code Html:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>#==< TiranocWorld >==#</title><link rel="stylesheet" type="text/css" href="tiranocworld.css">
</head>
<body>
<div id="header"><div id="menudb"></div></div>
</body>
</html>
Code CSS:
#header {
background: url(images/header.gif);
width: 855px;
height: 203px;
margin: 20px 0 0 100px;
}
#menudb {
background: url(images/menudb.gif) no-repeat;
height: 21px;
width 570px;
margin: 140px 0 0 97px;
}
dans IE ca fctionne bien et pas sur fireFox il me place mon bloc au sommet du conteneur
merci
Modifié par sasg (06 Jan 2006 - 14:43)