voilou, je me suis decidé à utiliser des div plutot que les tableaux mais je n'arrive pas à possionner comme je le voudrais.
fichier css :
.fond {
background-color: #FFCCFF;
}
#menu {
float: left;
background: url('menug-moi.jpg') repeat;
width: 15%;
border: 1px #3C719D solid;
margin-top: 24px;
}
#logo {
float: left;
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="logo">
logo
</div>
<div id="menu">
menu </div>
</body>
</html> |
cela m'affiche ca :
[img]
http://img155.imageshack.us/img155/8252/site7np.png[/img]
Comment faire en sorte que le bloc menu soit en dessous du bloc logo sans qu'il y ait un decalage vers la gauche.
Merci