Bonjour,
J'ai fait un tour sur les différents tutos et faq mais je n'arrive pas à comprendre pourquoi mon div qui englobe plusieurs autres div ne s'affiche pas sur Mozilla.
Je me permets de coller mon code, si quelqu'un à une idée....:
<style type="text/css" media="screen"><!--
#grande_boite {
font-size: 11px;
font-family: Verdana, Geneva, Arial, sans-serif;
line-height: 14px;
background-color: #d5d5de;
text-align: left;
visibility:visible;
margin-top: 40px;
margin-right: auto;
margin-left: auto;
position: relative;
width: 650px;
}
#boite1
{
background-color: #f6f6b8;
position: relative;
padding: 10px;
margin-top: 10px;
width: 25%;
float: left
}
#boite2
{
background-color: #c9ebe3;
position: relative;
padding: 10px;
margin-top: 10px;
width: 40%;
float: left;
margin-left: 10px;
margin-bottom: 10px;
line-height: 16px
}
#boite3
{
background-color: #f6c3f6;
position: relative;
padding: 10px;
margin-top: 10px;
width: 20%;
margin-left: 10px;
float: left
}
--></style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Document sans nom</title>
</head>
<body>
<div id="grande_boite">
<div id="boite1">boite1</div>
<div id="boite2">boite2</div>
<div id="boite3">boite3</div>
</div>
</body>
</html>
J'ai fait un tour sur les différents tutos et faq mais je n'arrive pas à comprendre pourquoi mon div qui englobe plusieurs autres div ne s'affiche pas sur Mozilla.
Je me permets de coller mon code, si quelqu'un à une idée....:
<style type="text/css" media="screen"><!--
#grande_boite {
font-size: 11px;
font-family: Verdana, Geneva, Arial, sans-serif;
line-height: 14px;
background-color: #d5d5de;
text-align: left;
visibility:visible;
margin-top: 40px;
margin-right: auto;
margin-left: auto;
position: relative;
width: 650px;
}
#boite1
{
background-color: #f6f6b8;
position: relative;
padding: 10px;
margin-top: 10px;
width: 25%;
float: left
}
#boite2
{
background-color: #c9ebe3;
position: relative;
padding: 10px;
margin-top: 10px;
width: 40%;
float: left;
margin-left: 10px;
margin-bottom: 10px;
line-height: 16px
}
#boite3
{
background-color: #f6c3f6;
position: relative;
padding: 10px;
margin-top: 10px;
width: 20%;
margin-left: 10px;
float: left
}
--></style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Document sans nom</title>
</head>
<body>
<div id="grande_boite">
<div id="boite1">boite1</div>
<div id="boite2">boite2</div>
<div id="boite3">boite3</div>
</div>
</body>
</html>