Bonjour,
j'ai un petit soucis avec le float. Sous ie 6 le centrage du div est perdu.
Merci
mon css
Modifié par bolo (17 Jan 2007 - 10:04)
j'ai un petit soucis avec le float. Sous ie 6 le centrage du div est perdu.
Merci
<div id="container">
<div id="header">
<div id="logo">
<h1>weXpay</h1>
</div>
</div>
mon css
/******************************************************/
/* Style Globales */
/******************************************************/
body {
margin: 0;
padding: 0;
font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
text-align: center;
background: url(../images/backgroud-top.gif) top left repeat-x;
}
#container {
position: relative;
height: 100%;
voice-family: "\"}\"";
voice-family: inherit;
height: auto;
}
html>body #container {
height: auto;
}
#content {
width:expression(document.body.clientWidth > 840 ? "840px" : "auto");
}
/*-----------------------------------------------------------------------------------------------
header
-----------------------------------------------------------------------------------------------*/
#header {
padding: 0;
position: relative;
min-width: 760px;
margin: auto;
}
Logo
-----------------------------------------------------------------------------------------------*/
#logo {
padding: 0;
margin: 2px 0 0 0;
width: 244px;
height: 146px;
float: left;
display:inline;
}
#logo h1 {
width: 244px;
height: 146px;
padding: 0;
margin: 0;
background: url(../images/logo.gif) no-repeat;
text-indent: -9000px;
}
Modifié par bolo (17 Jan 2007 - 10:04)